Explorar o código

Making a univeral wheel that supports both Python 2 and 3.

Dan Helfman %!s(int64=9) %!d(string=hai) anos
pai
achega
8e3a2c7a85
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  1. 3 0
      setup.cfg
  2. 2 2
      setup.py

+ 3 - 0
setup.cfg

@@ -1,2 +1,5 @@
 [metadata]
 description-file=README.md
+
+[bdist_wheel]
+universal=1

+ 2 - 2
setup.py

@@ -27,9 +27,9 @@ setup(
             'borgmatic = borgmatic.command:main',
         ]
     },
-    obsoletes=(
+    obsoletes=[
         'atticmatic',
-    ),
+    ],
     tests_require=(
         'flexmock',
         'pytest',