-
Notifications
You must be signed in to change notification settings - Fork 22
Move the package metadata from setup.py to setup.cfg #8
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
Conversation
|
Thanks for the reminder @KOLANICH! Please rebase on top of the latest |
ccordoba12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also left a couple of small suggestions for you, then this should be ready.
d23a067 to
119556c
Compare
|
Thanks for the suggestions, fixed. |
Added `pyproject.toml` Replaced fetching version from a file with fetching a version from version control system tags. Also fixed a bug with incorrect content of `__all__` in `__main__.py`
ccordoba12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KOLANICH for your help with this!
Added pyproject.toml
Replaced fetching version from a file with fetching a version from version control system tags.
Also fixed a bug with incorrect content of
__all__in__main__.py