We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d025c5 commit cdc80fbCopy full SHA for cdc80fb
setup.py
@@ -2,14 +2,14 @@
2
3
setup(
4
name = 'gophish',
5
- packages = ['gophish'],
6
- version = '0.1',
+ packages = ['gophish', 'gophish.api'],
+ version = '0.1.1',
7
description = 'Python API Client for Gophish',
8
author = 'Jordan Wright',
9
author_email = '[email protected]',
10
url = 'https://github.com/gophish/api-client-python',
11
license='MIT',
12
- download_url = 'https://github.com/gophish/api-client-python/tarball/0.1',
+ download_url = 'https://github.com/gophish/api-client-python/tarball/0.1.1',
13
keywords = ['gophish'],
14
classifiers = [
15
'Development Status :: 3 - Alpha',
0 commit comments