From 4d7d713a3b83d03d90c4ab9e378c017da1d10a18 Mon Sep 17 00:00:00 2001 From: Simon Ward <2798086+wardsimon@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:29:02 +0100 Subject: [PATCH] Fix setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 691b8bc..bae59c5 100644 --- a/setup.py +++ b/setup.py @@ -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',