]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - setup.py
Raise copyright years
[pyderasn.git] / setup.py
index 724a16123b4566e954f0a7bc9dd7f6bec0cf361b..1cca9ca8860727ba1b79bb01c77be4cf94a50ce1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -28,4 +28,7 @@ setup(
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
     py_modules=["pyderasn"],
+    extras_require={
+        "tz": ["python-dateutil~=2.7"],
+    },
 )