-
Notifications
You must be signed in to change notification settings - Fork 89
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
PEP 621 added #293
PEP 621 added #293
Conversation
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
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.
Coming along nicely, thanks for working through this! I've added some notes inline - let me know if anything is unclear!
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
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.
Nice work so far!
I inspected the packaged metadata from the changed code and compared it to the existing and found a couple of last changes that I think need to be addressed before we can merge this.
Signed-off-by: apurvakhatri <khatri.ap@northeastern.edu>
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.
I'm good with these changes.
@di care to take another pass?
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.
Thanks!
Issue number of the reported bug or feature request: #284
Describe your changes
Read PEP 621 Documentation and migrated metadata from setup.py to pyproject.toml.
project table contains the static fields whereas version and classifiers are added dynamic fields as per PEP 621.
Testing performed
python3 setup.py bdist and twine check dist/ ran successfully.
OS: MacOS 13.3.1
Additional context
.toml does not support reusing of variables (toml-lang/toml#829) therefore it was difficult to migrate copyright, which uses author.