summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-21 15:30:02 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-21 15:30:02 -0400
commita57e66382d1e831ddc552c26632f03ef2d250b93 (patch)
treeb87744eaa8634ac7feca277f722d75f955c062de /setup.py
parent2147523a89156236a3f70c2ac70e2c8304e295f3 (diff)
downloadpurge_path-a57e66382d1e831ddc552c26632f03ef2d250b93.tar.gz
Add versioning, fix setup
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index cf3f9fe..6b3927c 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ entry_points = {}
package_data = {}
entry_points['console_scripts'] = [
- 'purge_path = purge_path:main',
+ 'purge_path = purge_path.purge_path:main',
]
package_data[''] = ['*.txt', '*.md']
@@ -28,7 +28,6 @@ setup(
name=NAME,
version=VERSION,
description='A small PATH manipulator',
- requires=[''],
provides=[NAME],
author='Joseph Hunkeler',
author_email='jhunk@stsci.edu',