about summary refs log tree commit diff
path: root/pkgs/development/python-modules/colour/remove-unmaintained-d2to1.diff
blob: 2cac787bf501b56b34819dc49685e8ffe1d5be5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
diff --git a/setup.cfg b/setup.cfg
index 41de928..1c18182 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,18 +1,14 @@
 [metadata]
 name = colour
 version = 0.1.5
-summary = converts and manipulates various color representation (HSL, RVB, web, X11, ...)
-description-file = 
-	README.rst
-	CHANGELOG.rst
-	TODO.rst
-license_file = LICENSE
-requires-dist = 
+description = converts and manipulates various color representation (HSL, RVB, web, X11, ...)
+long_description = file: README.rst, CHANGELOG.rst, TODO.rst
+license_files = LICENSE
 author = Valentin LAB
 author_email = valentin.lab@kalysto.org
-home_page = http://github.com/vaab/colour
+url = http://github.com/vaab/colour
 license = BSD 3-Clause License
-classifier = 
+classifiers = 
 	Programming Language :: Python
 	Topic :: Software Development :: Libraries :: Python Modules
 	Development Status :: 3 - Alpha
@@ -26,16 +22,8 @@ classifier =
 	Programming Language :: Python :: 3.5
 	Programming Language :: Python :: 3.6
 
-[files]
-modules = colour
-extra_files = 
-	README.rst
-	CHANGELOG.rst
-	TODO.rst
-	setup.py
-
-[backwards_compat]
-zip-safe = False
+[options]
+zip_safe = False
 
 [bdist_wheel]
 universal = 1
diff --git a/setup.py b/setup.py
index 47038f9..11a8d3a 100644
--- a/setup.py
+++ b/setup.py
@@ -54,12 +54,4 @@ if "%%short-version%%".startswith("%%"):
     sys.exit(errlvl)
 
 
-##
-## Normal d2to1 setup
-##
-
-setup(
-    setup_requires=['d2to1'],
-    extras_require={'test': ['nose', ]},
-    d2to1=True
-)
+setup(extras_require={'test': ['nose', ]})