]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - setup.py
Raise copyright years
[pyderasn.git] / setup.py
index 2bb5aaf464d389f582a523af263f7bc532de98f5..1cca9ca8860727ba1b79bb01c77be4cf94a50ce1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,11 +23,12 @@ setup(
         "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
         "Natural Language :: English",
         "Operating System :: OS Independent",
-        "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 3",
         "Topic :: Communications",
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
     py_modules=["pyderasn"],
-    install_requires=["six"],
+    extras_require={
+        "tz": ["python-dateutil~=2.7"],
+    },
 )