summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-08-25 19:37:24 +0000
committerIan Bicking <ian@ianbicking.org>2005-08-25 19:37:24 +0000
commitfcd0179286041ddb3502a407cd4749fd3c5d5d6e (patch)
tree6bbba53e6aa017decbc5a81d940e849651b30a42
parent82d331036f311709b77a1e3a90a9b191c9e49c61 (diff)
downloadpaste-git-fcd0179286041ddb3502a407cd4749fd3c5d5d6e.tar.gz
Moved script to another package (PasteScript)
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 23b7c83..867e02c 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,6 @@ functionality.
url="http://pythonpaste.org",
license="PSF",
packages=find_packages(exclude=['ez_setup', 'examples', 'packages']),
- scripts=['scripts/paster'],
download_url="",
package_data={'': ['*.txt', '*.html', '*.conf'],
'paste.app_templates': ['*.*_tmpl'],