We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3b38f commit e6c65e7Copy full SHA for e6c65e7
setup.py
@@ -17,10 +17,10 @@
17
version = ast.literal_eval(version_re.search(f).group(1))
18
19
setup(
20
- name='stackify',
+ name='stackify-api-python',
21
version=version,
22
- author='Matthew Thompson',
23
- author_email='chameleonator@gmail.com',
+ author='Stackify',
+ author_email='support@stackify.com',
24
packages=['stackify'],
25
url='https://github.com/stackify/stackify-api-python',
26
license=open('LICENSE.txt').readline(),
0 commit comments