Add Python 3 & maintainers
diff --git a/setup.py b/setup.py
index e1be3bc..0818edc 100755
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,7 @@
# Metadata
author='Philippe BIONDI',
author_email='phil(at)secdev.org',
+ maintainer='Pierre LALET, Guillaume VALADON',
description='Scapy: interactive packet manipulation tool',
license='GPLv2',
url='http://www.secdev.org/projects/scapy',
@@ -87,6 +88,11 @@
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
"Topic :: Security",
"Topic :: System :: Networking",
"Topic :: System :: Networking :: Monitoring",