-
Notifications
You must be signed in to change notification settings - Fork 16
Switch to Pyproject.toml #433
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
base: development
Are you sure you want to change the base?
Conversation
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.
LGTM (please clean up __init__.py
)
"Development Status :: 1 - Planning", | ||
# "Development Status :: 2 - Pre-Alpha", | ||
# "Development Status :: 3 - Alpha", | ||
# "Development Status :: 4 - Beta", |
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.
it's at least beta I would say :-)
@@ -38,13 +38,3 @@ | |||
__extra_requirements__ = { |
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.
most of the things can be removed from here now (up to __version__
)
This is to get rid of setup.py based installation and to fix any issues with undetected submodules.