File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ appdirs == 1.4.0
2+ packaging == 16.8
3+ pyparsing == 2.1.10
4+ python-dateutil == 2.6.0
5+ requests == 2.12.5
6+ six == 1.10.0
Original file line number Diff line number Diff line change 1+ from distutils .core import setup
2+
3+ setup (
4+ name = 'gophish' ,
5+ packages = ['gophish' ],
6+ version = '0.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' ,
13+ keywords = ['gophish' ],
14+ classifiers = [
15+ 'Development Status :: 3 - Alpha' ,
16+ 'Intended Audience :: Developers' ,
17+ 'Natural Language :: English' ,
18+ 'Programming Language :: Python' ,
19+ 'Programming Language :: Python :: 2.7' ,
20+ 'Programming Language :: Python :: 3' ,
21+ 'Programming Language :: Python :: 3.3' ,
22+ ],
23+ )
You can’t perform that action at this time.
0 commit comments