]> Cypherpunks.ru repositories - pygost.git/blobdiff - setup.py
Tupled classifiers can not be handled by pyshop
[pygost.git] / setup.py
index a28d3c23f6b8d7a0615b23ce32cbd392d3b051dc..3f0d1c38a58990478a3b42bc8e9765541744d89b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -20,11 +20,11 @@ setup(
         "Topic :: Security :: Cryptography",
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
-    packages=["pygost", "supplementary"],
-    package_dir={"supplementary": "."},
     package_data={
         "pygost": ["stubs/**/*.pyi"],
-        "supplementary": [
+    },
+    data_files=(
+        ('', (
             "AUTHORS",
             "COPYING",
             "INSTALL",
@@ -33,6 +33,6 @@ setup(
             "README",
             "THANKS",
             "VERSION",
-        ],
-    },
+        )),
+    ),
 )