-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
review: library build process #1
Comments
build with setup toolsin https://setuptools.pypa.io/en/latest/userguide/quickstart.html it is stated that
However the repo hav no According to quickstart.html#transitioning-from-setup-py-to-declarative-config
https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#setup-py-deprecated
With the following commands NOT MEANT be run anymore:
which is exactly what is instructed in the README python setup.py bdist_wheel https://packaging.python.org/en/latest/guides/modernize-setup-py-project/ explains how to modernize and replace setup.py with myproject.toml |
Given these facts, I consider necessary to modernize the build setup, by:
|
packaging project
steps:
Once uploaded to testpypi, the module is indexed and pip installable:
NotesFootnotes
|
After a few version bumps and uploads to https://test.pypi.org/project/ncqc/, which failed when
|
|
The README instruct the user to install the library from source by performing the following steps
The text was updated successfully, but these errors were encountered: