Skip to content
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

Add __version__ #67

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Add __version__ #67

wants to merge 4 commits into from

Conversation

CeadeS
Copy link

@CeadeS CeadeS commented May 25, 2022

Add easy to maintain version support.
add version.py that holds the version
add a solution that reads version dict from version.py
add version to homura.init
fix the missing requirement for mint python 3.10 installation by adding pytest requirement

adds a version.py that allows users to call --version or homura.__version without the need to change the version string in setup.py and __init__.py
tests failed in mint pthon 3.10 due to missing pytest package
@CeadeS
Copy link
Author

CeadeS commented May 26, 2022

The requirements.txt change is not necessary; I must have been tired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant