From: W. Trevor King Date: Thu, 20 Feb 2014 23:44:46 +0000 (-0800) Subject: package-cache: Remove .py extension X-Git-Tag: v0.1~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8344c4dd9298fee70d430f071fd1a56dbc0c01ba;p=package-cache.git package-cache: Remove .py extension Users shouldn't care what the implementation language is. --- diff --git a/package-cache.py b/package-cache similarity index 100% rename from package-cache.py rename to package-cache diff --git a/setup.py b/setup.py index 4086e8b..be7a196 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ setup( 'Topic :: System :: Software Distribution', ], packages=['package_cache'], - scripts=['package-cache.py'], + scripts=['package-cache'], provides=['package_cache'], )