Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add poetry build info into pyproject.toml
This doesn't appear to work at the moment, as when building the wheel, I get the following output: Building django-schema-graph (1.1.0) - Building sdist - Built django-schema-graph-1.1.0.tar.gz [IndexError] list index out of range When I remove `schema_graph/static/schema_graph/main.js` from `.gitignore`, the build succeeds... but I want that file to be ignored. Related to #11
- Loading branch information