-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When making a release, the version number is hard coded. However, setup.cfg
allows reading the package version from configuration files for example (if the pckg name is my_package
):
setup.cfg
[metadata]
version = attr: my_package.VERSION
Problem: current implementation will override the version in setup.cfg
when it should override in VERSION
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request