Skip to content

Conversation

@bendudson
Copy link

If following instructions here https://ingrid.readthedocs.io/en/latest/installation.html
then only setuptools is available, not setuptools-git-version.

If following instructions here https://ingrid.readthedocs.io/en/latest/installation.html
then only setuptools is available, not setuptools-git-version.
@bryan-garcia
Copy link
Collaborator

I believe that setuptools-git-version was included in the setup.py script in order to be able to install tag-specific versions of INGRID (docs: https://pypi.org/project/setuptools-git-version/). We could indeed do without. Future versioning of the INGRID package would need to be manually set, however. @umansky any preference?

@bryan-garcia bryan-garcia requested a review from umansky March 10, 2022 22:38

setup(
name='INGRID',
version_format='{tag}',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe argument 'version_format' would need to be removed since it seems to be setuptools-git-version specific

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.

2 participants