package-cache: Remove .py extension
authorW. Trevor King <wking@tremily.us>
Thu, 20 Feb 2014 23:44:46 +0000 (15:44 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 21 Feb 2014 02:23:48 +0000 (18:23 -0800)
Users shouldn't care what the implementation language is.

package-cache [moved from package-cache.py with 100% similarity]
setup.py

similarity index 100%
rename from package-cache.py
rename to package-cache
index 4086e8b810e88b6853ed748084719b77059b25f1..be7a196467413f139ca9e5afdf98cc93c3528ee6 100644 (file)
--- 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'],
     )