From 8344c4dd9298fee70d430f071fd1a56dbc0c01ba Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 20 Feb 2014 15:44:46 -0800 Subject: [PATCH] package-cache: Remove .py extension Users shouldn't care what the implementation language is. --- package-cache.py => package-cache | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename package-cache.py => package-cache (100%) 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'], ) -- 2.26.2