mirror of https://github.com/cowrie/cowrie.git
parent
6168584a29
commit
22910109c6
|
@ -1,4 +1,4 @@
|
||||||
include *.md
|
include *.rst
|
||||||
include etc/cowrie.cfg.dist
|
include etc/cowrie.cfg.dist
|
||||||
recursive-include src/twisted *.py
|
recursive-include src/twisted *.py
|
||||||
recursive-include src/cowrie *.py
|
recursive-include src/cowrie *.py
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -5,11 +5,14 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name="Cowrie",
|
name="Cowrie",
|
||||||
description="Cowrie SSH/Telnet Honeypot.",
|
description="Cowrie SSH/Telnet Honeypot.",
|
||||||
|
long_description="Cowrie SSH/Telnet Honeypot.",
|
||||||
author="Michel Oosterhof",
|
author="Michel Oosterhof",
|
||||||
author_email="michel@oosterhof.net",
|
author_email="michel@oosterhof.net",
|
||||||
maintainer="Michel Oosterhof",
|
maintainer="Michel Oosterhof",
|
||||||
maintainer_email="michel@oosterhof.net",
|
maintainer_email="michel@oosterhof.net",
|
||||||
keywords="ssh telnet honeypot",
|
keywords="ssh telnet honeypot",
|
||||||
|
platforms="Unix, Mac OSX",
|
||||||
|
license="BSD",
|
||||||
url="https://www.cowrie.org/",
|
url="https://www.cowrie.org/",
|
||||||
packages=['cowrie', 'twisted'],
|
packages=['cowrie', 'twisted'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
@ -30,7 +33,7 @@ setup(
|
||||||
'Framework :: Twisted',
|
'Framework :: Twisted',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
'License :: OSI Approved :: BSD License'
|
'License :: OSI Approved :: BSD License',
|
||||||
'Operating System :: MacOS :: MacOS X',
|
'Operating System :: MacOS :: MacOS X',
|
||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
'Operating System :: POSIX',
|
'Operating System :: POSIX',
|
||||||
|
|
Loading…
Reference in New Issue