Changeset - b6178568a122
[Not reviewed]
default
1 1 1
Kemp - 6 years ago 2018-03-17 22:19:28

Use setuptools instead of distutils, remove Beta classifier, rename README file.
2 files changed with 1 insertions and 2 deletions:
README.txt
rename
0 comments (0 inline, 0 general)
README.txt
Show inline comments
 
file renamed from README.rst to README.txt
setup.py
Show inline comments
 
from distutils.core import setup
 
from setuptools import setup
 

 
setup(name='pyneovi',
 
      packages=['neovi'],
...
 
@@ -9,7 +9,6 @@ setup(name='pyneovi',
 
      url='http://kempj.co.uk',
 
      license='MIT',
 
      classifiers=[
 
        'Development Status :: 4 - Beta',
 
        'Intended Audience :: Developers',
 
        'License :: OSI Approved :: MIT License',
 
        'Operating System :: OS Independent',
0 comments (0 inline, 0 general)