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

6 remove deprecated setuppy and replace with toml #32

Open
wants to merge 14 commits into
base: development
Choose a base branch
from

Conversation

bro-wi
Copy link
Collaborator

@bro-wi bro-wi commented Mar 20, 2024

In this PR I have migrated setup.py to pyproject.toml

I also made the requirements a single source of truth instead of the two registries previously.

One setting I was not sure about what it does, I haven't include that in the pyproject.toml. I really would appreciate if you could look into that:

image

Regards Wichard.

@bro-wi bro-wi linked an issue Mar 20, 2024 that may be closed by this pull request
@bro-wi bro-wi changed the base branch from development to 23-be-less-strict-with-dependencies-in-requirements March 20, 2024 12:12
@bro-wi bro-wi marked this pull request as draft March 20, 2024 12:12
@bro-wi bro-wi force-pushed the 6-remove-deprecated-setuppy-and-replace-with-toml branch from bf3b86a to a11d568 Compare March 20, 2024 12:37
@bro-wi bro-wi marked this pull request as ready for review March 20, 2024 13:12
Comment on lines -10 to -11
long_description = (Path(__file__).parent / "README.md").read_text()
long_description = long_description.replace("X.Y.Z", about["__version__"])
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this not covered by the new pyproject.toml now. I would suggest to change it into a dynamic badge: https://img.shields.io/github/v/tag/viktor-platform/bro?sort=date

@regbers-viktor: not sure if there was another reason to do this static?

Base automatically changed from 23-be-less-strict-with-dependencies-in-requirements to development March 25, 2024 15:36
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.

remove deprecated setup.py and replace with toml
1 participant