-
Notifications
You must be signed in to change notification settings - Fork 14
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 #46
base: release
Are you sure you want to change the base?
Conversation
jfavellar90
commented
Feb 14, 2025
•
edited
Loading
edited
- migrate from setup.py/setuptools to pyproject.toml/hatch.
- This commit will keep the tutor-notes 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-notes 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 also remove MANIFEST.in file
{ email = "[email protected]"}, | ||
] | ||
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 have your name here @jfavellar90 instead of 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.
For the sake of consistency, let's remove upgrade pip from CI as other plugins and core have done