Skip to content

Commit e6c65e7

Browse files
author
Elpedio Adoptante Jr
committed
update setup values
1 parent 0e3b38f commit e6c65e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
version = ast.literal_eval(version_re.search(f).group(1))
1818

1919
setup(
20-
name='stackify',
20+
name='stackify-api-python',
2121
version=version,
22-
author='Matthew Thompson',
23-
author_email='chameleonator@gmail.com',
22+
author='Stackify',
23+
author_email='support@stackify.com',
2424
packages=['stackify'],
2525
url='https://github.com/stackify/stackify-api-python',
2626
license=open('LICENSE.txt').readline(),

0 commit comments

Comments
 (0)