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

Use pyproject.toml instead of setup.py #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bastiencyr
Copy link

@bastiencyr bastiencyr commented Sep 25, 2023

Hello,

I have rewritten the setup.py into pyproject.toml.
The build result is exactly the same.
However:

  1. I have removed the licence keyword since it is not needed thanks to trove classifier : https://setuptools.pypa.io/en/latest/deprecated/distutils/setupscript.html#additional-meta-data
  2. I have added the black profile just in case you use black : https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
  3. I have changed the version value from 0.5.0 to 0.5.1

@bastiencyr
Copy link
Author

Should close #20

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.

None yet

1 participant