Skip to content

Commit 7814a58

Browse files
Tom ClarkTom Clark
authored andcommitted
Updated setup to install the correct package
1 parent 82ec27e commit 7814a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from distutils.core import setup
1+
from setuptools import setup
22

33

4-
setup(name='octue-sdk-python',
4+
setup(name='octue',
55
version='0.1',
66
# packages=['octue', 'octue.utils', 'octue.config', 'octue.manifest', 'octue.resources'],
77
url='https://www.github.com/octue/octue-sdk-python',

0 commit comments

Comments
 (0)