Skip to content
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

Missing pypi description fix by adding pyproject.toml #2047

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shachafl
Copy link
Collaborator

Closes #2028.
Missing pypi description fix by adding pyproject.toml
Verified solution by uploading to testpypi after build:
python3 -m twine upload --repository testpypi dist/*
Result: https://test.pypi.org/project/starfish/0.3.2rc1/

Will be resolved on master branch after new release is made and uploaded.

Summary of commits:
adding pyproject.toml and removing setup.cfg
adding package "build" to requirements files (and other minor dependencies update)
replaced deprecated python setup.py sdist with python -m build in Makefile

Reference:
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
https://packaging.python.org/en/latest/specifications/pyproject-toml/
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

@shachafl shachafl requested a review from berl December 20, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project description from README.rst file doesn't load on PyPI
1 participant