X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=b642a60f4544d1da11ef5c9fda65377f170a74b2;hb=bccd6e5c4c1c70a9299864ae3943559810d0a3ae;hp=c789abeee184c7cca45cac5d353e5f618c543eea;hpb=985fdc7abb51677f147c5abde9709251dccabc86;p=ppu.git diff --git a/setup.py b/setup.py index c789abe..b642a60 100755 --- a/setup.py +++ b/setup.py @@ -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=[], )