]> git.phdru.name Git - ppu.git/blobdiff - setup.py
devscripts/get-commit-message.vim: remove asterisk
[ppu.git] / setup.py
index b28471793ff3eb85068a0e910521d56d941e1ace..afc051f813ea381ea84a8fab4aac9b5cca96e028 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ except ImportError:
     from distutils.core import setup
 
 setup(name='ppu',
-      version='0.2.0',
+      version='0.3.0',
       description='Broytman Portable Python Utilities',
       long_description=open('README.txt', 'rU').read(),
       author='Oleg Broytman',
@@ -16,7 +16,7 @@ setup(name='ppu',
       platforms=['any'],
       keywords=[''],
       classifiers=[
-          'Development Status :: 3 - Alpha',
+          'Development Status :: 4 - Beta',
           'Environment :: Console',
           'Environment :: Web Environment',
           'Intended Audience :: End Users/Desktop',
@@ -31,5 +31,7 @@ setup(name='ppu',
           'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: 3.6',
       ],
-      scripts=['cmp.py', 'remove-old-files.py', 'rm.py'],
+      scripts=[
+          'scripts/cmp.py', 'scripts/remove-old-files.py', 'scripts/rm.py',
+      ],
       )