From ef9adfb0585261bffa5ba4ab28fde94940b89310 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 7 Oct 2017 22:29:11 +0200
Subject: [PATCH] trove -> setup.cfg

---
 docs/conf.py |  2 +-
 setup.cfg    | 12 ++++++++++++
 setup.py     | 16 +---------------
 3 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index c8ee8397..b8a4f533 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,7 +61,7 @@ author = u'Piotr Maślanka'
 # The short X.Y version.
 version = u'2.0'
 # The full version, including alpha/beta/rc tags.
-release = u'2.0-rc'
+release = u'2.0.12rc3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/setup.cfg b/setup.cfg
index 8fff38b0..7705401e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,18 @@ author_email = piotrm@smok.co
 description = Utilities for writing servers in Python
 url = https://github.com/piotrmaslanka/satella
 
+classifier = 
+    Programming Language :: Python,
+    Programming Language :: Python :: 2.7,
+    Programming Language :: Python :: 3.5,
+    Programming Language :: Python :: Implementation :: CPython,
+    Programming Language :: Python :: Implementation :: PyPy,
+    Operating System :: POSIX,
+    Operating System :: OS Independent,
+    Development Status :: 3 - Alpha,
+    License :: OSI Approved :: MIT License,
+    Topic :: Software Development :: Libraries
+
 [pycodestyle]
 max-line-length=80
 
diff --git a/setup.py b/setup.py
index d26c3597..70ee3830 100644
--- a/setup.py
+++ b/setup.py
@@ -11,19 +11,5 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
       tests_require=[
           "nose", "mock", "coverage"
       ],
-      test_suite='nose.collector',
-      classifiers=[
-            'Programming Language :: Python',
-            'Programming Language :: Python :: 2.7',
-            'Programming Language :: Python :: 3.4',
-            'Programming Language :: Python :: 3.5',
-            'Programming Language :: Python :: Implementation :: CPython',
-            'Programming Language :: Python :: Implementation :: PyPy',
-            'Operating System :: POSIX',
-            'Operating System :: OS Independent',
-            'Development Status :: 2 - Pre-Alpha',
-            'License :: OSI Approved :: MIT License',
-            'Topic :: Software Development :: Libraries'
-
-      ]
+      test_suite='nose.collector'
     )
-- 
GitLab