1 diff --git a/setup.cfg b/setup.cfg
2 index 41de928..1c18182 100644
9 -summary = converts and manipulates various color representation (HSL, RVB, web, X11, ...)
14 -license_file = LICENSE
16 +description = converts and manipulates various color representation (HSL, RVB, web, X11, ...)
17 +long_description = file: README.rst, CHANGELOG.rst, TODO.rst
18 +license_files = LICENSE
20 author_email = valentin.lab@kalysto.org
21 -home_page = http://github.com/vaab/colour
22 +url = http://github.com/vaab/colour
23 license = BSD 3-Clause License
26 Programming Language :: Python
27 Topic :: Software Development :: Libraries :: Python Modules
28 Development Status :: 3 - Alpha
29 @@ -26,16 +22,8 @@ classifier =
30 Programming Language :: Python :: 3.5
31 Programming Language :: Python :: 3.6
48 diff --git a/setup.py b/setup.py
49 index 47038f9..11a8d3a 100644
52 @@ -54,12 +54,4 @@ if "%%short-version%%".startswith("%%"):
57 -## Normal d2to1 setup
61 - setup_requires=['d2to1'],
62 - extras_require={'test': ['nose', ]},
65 +setup(extras_require={'test': ['nose', ]})