You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python",
"Topic :: Security",
],
package_data={
"": ["*.txt", "*.rst"],
"conpot": ["conpot.cfg", "tests/data/*"],
},
keywords="ICS SCADA honeypot",
include_package_data=True,
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
description="""Conpot is an ICS honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems""",