Skip to content

Package version now defined in a __version__.py file#14

Merged
houlihaj merged 1 commit intomainfrom
feature-013-version-file
Oct 11, 2023
Merged

Package version now defined in a __version__.py file#14
houlihaj merged 1 commit intomainfrom
feature-013-version-file

Conversation

@houlihaj
Copy link
Copy Markdown
Owner

The package version no longer needs to be hardcoded into the setup.cfg file. There is a dedicated file, version.py, that houses the package version. Having a dedicated version file makes it easier for other coders to find the version definition.

@houlihaj houlihaj added the enhancement New feature or request label Oct 11, 2023
@houlihaj houlihaj self-assigned this Oct 11, 2023
@houlihaj houlihaj merged commit fcbd38e into main Oct 11, 2023
@houlihaj houlihaj deleted the feature-013-version-file branch October 11, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set "__version__" of package from a file when configuring setuptools using setup.cfg.

1 participant