-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: migrate from setup.py to pyproject.toml #38
base: release
Are you sure you want to change the base?
Conversation
jfavellar90
commented
Feb 14, 2025
- migrate from setup.py/setuptools to pyproject.toml/hatch.
- This commit will keep the tutor-xqueue in sync with the tutor core. For more details view this PR in tutor: feat: migrate from setup.py/setuptools to pyproject.toml/hatch tutor#1163.
- Completes tutor-xqueue action item from [Epic] Migrate from setup.py/setuptools to pyproject.toml/hatch tutor#1190
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.
Let's remove MANIFEST.in file as well.
{ email = "hello@edly.io"}, | ||
] | ||
maintainers = [ | ||
{ name = "eduNEXT" }, |
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.
shouldn't this be your name and email instead of eduNext @jfavellar90 ?
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.
For the sake of consistency, let's remove upgrade pip from CI as other plugins and core have done