Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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

setup_requires=['setuptools-git-version'],
setup_requires=['setuptools'],
description='Tokamak edge plasma grid generator',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down