* set license + long desc
* md->rst
This commit is contained in:
Michel Oosterhof 2019-01-27 12:25:40 +04:00 committed by GitHub
parent 6168584a29
commit 22910109c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include *.md
include *.rst
include etc/cowrie.cfg.dist
recursive-include src/twisted *.py
recursive-include src/cowrie *.py

View File

@ -5,11 +5,14 @@ from setuptools import setup
setup(
name="Cowrie",
description="Cowrie SSH/Telnet Honeypot.",
long_description="Cowrie SSH/Telnet Honeypot.",
author="Michel Oosterhof",
author_email="michel@oosterhof.net",
maintainer="Michel Oosterhof",
maintainer_email="michel@oosterhof.net",
keywords="ssh telnet honeypot",
platforms="Unix, Mac OSX",
license="BSD",
url="https://www.cowrie.org/",
packages=['cowrie', 'twisted'],
include_package_data=True,
@ -30,7 +33,7 @@ setup(
'Framework :: Twisted',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License'
'License :: OSI Approved :: BSD License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Operating System :: POSIX',