-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added basic setuptools
config in template and tests for build-backends
#37
Conversation
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, @santacodes! Looks good at first glance!
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, @santacodes! I agree with running the pipelines in parallel. Also, with setuptools
, we need to handle package file inclusion/exclusion with an extra MANIFEST.in
file, could you add it to the template? And the good thing with setuptools-with-scm is that it will make the very MANIFEST.in
file I suggest redundant, so we won't need to configure it too much.
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, @santacodes! One minor comment and then feel free to merge
Co-authored-by: Saransh Chopra <[email protected]>
Additions
setuptools
build-backend inpyproject.toml
along withsetuptools-scm
(version control system for setuptools).Sub-task #26