blob: 394c2b06220b54673d42f0ea9e504a08ae647933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
- remove nonexistent file from long_description
- disable deprecated universal wheel build
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-long_description = file: README.rst, CHANGES.rst
+long_description = file: README.rst
keywords = compare baseline string test
platforms = any
classifiers =
@@ -49,8 +49,6 @@ test =
[sdist]
formats = zip
-[bdist_wheel]
-universal = True
[build_sphinx]
source-dir = docs
|