You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of pipenv, we may want to use a different packaging tool like flit or poetry, and replace setup.py and pipfile with a pyproject.toml file. The main reason is that while pipenv is a nice tool, it is actually intended to package apps, not libraries like graphql-core-next.
Would like to hear thougts and recommendations of others regarding this issue.
The text was updated successfully, but these errors were encountered:
I have now switched to poetry. For the time being I still keep the setup.py file though, and will create the source distribution from it, because with poetry I don't see how I can put things (like tests and docs) into the source distribution, but not into the wheel. With distutils, this is possible using the manifest template.
Instead of pipenv, we may want to use a different packaging tool like flit or poetry, and replace setup.py and pipfile with a pyproject.toml file. The main reason is that while pipenv is a nice tool, it is actually intended to package apps, not libraries like graphql-core-next.
Would like to hear thougts and recommendations of others regarding this issue.
The text was updated successfully, but these errors were encountered: