Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wardsimon committed Apr 18, 2022
1 parent 36b070f commit 4d7d713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from gfFermentation import __version__ as gfVersion

setup(
name='gfConical',
name='gfFermentation',
version=f'v{gfVersion}',
packages=['gfConical'],
packages=['gfFermentation'],
url='https://github.com/wardsimon/gfFermentation/',
license='BSD3',
author='simonward',
Expand Down

0 comments on commit 4d7d713

Please sign in to comment.