-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Simplified build process #2545
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
Simplified build process #2545
Conversation
- Bump patch version when creating a production release - Favor pyproject.toml over setup and MANIFEST - Optimize Taipy build (cache on GUI bundle) - Removed unused scripts
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.
json OK
*/setup.py: would it be easier to have a shared function that would take the right arguments and return the content of install_requires
The couple setup.py files I have looked at seems very similar ?
That's a good idea, that is worth trying to tackle in the future. |
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.
Oh yeah !
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.
Oh yeah !
You're right, I see 2 solutions to might not be worth the trouble:
|
Addresses #2514 for 4.1 and forward, and #2515.
TODO: documentation on these.