-
-
Notifications
You must be signed in to change notification settings - Fork 18
Version on main.py and main_india.py
#372
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
base: main
Are you sure you want to change the base?
Version on main.py and main_india.py
#372
Conversation
|
Hi @peterdudfield |
|
Does this work with |
…l instead of importlib.metadata
|
Hi @peterdudfield |
|
Ah sorry, we need to change the pyproject to work with dynamic version, as we want to sue the git tags now. Do you want to do this in this PR or a separate one? |
it’s used to open pyproject.toml and extract the project.version field to display it. @peterdudfield |
|
Hi @peterdudfield |
|
Would you be able to add a screenshot of the text in this PR? |
|
Could you also update the PR description, we are trying to not just link the issue, but describe what has been done in the PR. This helps make it really easy to see what each comment was about. |
|
Hi @peterdudfield |
were you able to add a screen shot too? |
|
I think you might need to add |
|
Hi @peterdudfield |
have you added this so the version number should be something like x.y.z |
|
I think the dirty template parameter was not working with the current version so i used |
Can you share screen shot? |
|
yes @peterdudfield |





Pull Request
Description
setuptools-scmfor dynamic version generation based on git tagssetuptools-scmto build requirementssetuptools-scmto access git information for version determinationsetuptools-scmfor version retrieval instead ofimportlib.metadataFixes #371
Checklist: