aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index 302b2db6..fc350ae2 100644
--- a/setup.py
+++ b/setup.py
@@ -35,14 +35,7 @@ setup(
packages=find_packages(),
include_package_data=True,
-
- entry_points={
- 'console_scripts': [
- "pathod = libpathod.main:pathod",
- "pathoc = libpathod.main:pathoc"
- ]
- },
-
+ scripts = ["pathod", "pathoc"],
install_requires=[
'netlib>=%s' % version.MINORVERSION,
# It's INSANE that we have to do this, but...