We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any reason to use setup.py vs setup.cfg + pyproject.toml? Think I've usually followed a structure somewhat like this for packages I think will be distributed: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html.
setup.py
setup.cfg
pyproject.toml
Originally posted by @ColeDCrawford in #27 (comment)
The text was updated successfully, but these errors were encountered:
I try to to a quick fix for transforming to setup.cfg and address #37 as well.
Sorry, something went wrong.
Addresses dh-tech#28, dh-tech#37 moved main files to src folder. Test…
1f76e0d
…ing and sphinx-docs via tox.
Merge pull request #49 from maltevogl/main
05404f2
Addresses #28, #37 moved main files to src folder. Testing and sphinx…
completed in #49
maltevogl
No branches or pull requests
Originally posted by @ColeDCrawford in #27 (comment)
The text was updated successfully, but these errors were encountered: