]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Use htdocs.path instead of absolute path
[ppu.git] / setup.py
index c789abeee184c7cca45cac5d353e5f618c543eea..a449bbb9df5a7e4ddcbf1fb8f3dbf38d28344eb1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
     is_setuptools = False
 
 setup(name='remove-old-files',
-      version='0.0.1',
+      version='0.1.0',
       description='Broytman remove-old-files',
       long_description=open('README.txt', 'rtU').read(),
       author='Oleg Broytman',
@@ -18,7 +18,7 @@ setup(name='remove-old-files',
       platforms=['any'],
       keywords=[''],
       classifiers=[
-          'Development Status :: 1 - Planning',
+          'Development Status :: 2 - Pre-Alpha',
           'Environment :: Console',
           'Environment :: Web Environment',
           'Intended Audience :: End Users/Desktop',
@@ -33,6 +33,6 @@ setup(name='remove-old-files',
           'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: 3.6',
       ],
-      scripts=[],
+      scripts=['remove-old-files.py'],
       requires=[],
       )