X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=a449bbb9df5a7e4ddcbf1fb8f3dbf38d28344eb1;hb=8ae4d96bb7f7503309b70f9546996e44d14016cf;hp=20ab4a3cb10580fe8109e7badee99d649015f763;hpb=df7d456c301d0fb54a342e196cdb4c7963a6a10d;p=ppu.git diff --git a/setup.py b/setup.py index 20ab4a3..a449bbb 100755 --- 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',