Skip to content

Commit cdc80fb

Browse files
committed
Updated setup.py packages
1 parent 3d025c5 commit cdc80fb

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
@@ -2,14 +2,14 @@
22

33
setup(
44
name = 'gophish',
5-
packages = ['gophish'],
6-
version = '0.1',
5+
packages = ['gophish', 'gophish.api'],
6+
version = '0.1.1',
77
description = 'Python API Client for Gophish',
88
author = 'Jordan Wright',
99
author_email = '[email protected]',
1010
url = 'https://github.com/gophish/api-client-python',
1111
license='MIT',
12-
download_url = 'https://github.com/gophish/api-client-python/tarball/0.1',
12+
download_url = 'https://github.com/gophish/api-client-python/tarball/0.1.1',
1313
keywords = ['gophish'],
1414
classifiers = [
1515
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)