aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-10-01 14:44:02 +0200
committerMatěj Cepl <mcepl@cepl.eu>2019-10-01 14:44:02 +0200
commitd6b4d3860c4b36d35b9a8a96dcdf49093a139650 (patch)
tree980bea91eda072344f47c29f7311ac9922c14497 /setup.py
parentc60e11ceba4fc9ac017e8b1c6a2f1eab810f2dc7 (diff)
downloadpygn-d6b4d3860c4b36d35b9a8a96dcdf49093a139650.tar.gz
A ways better.
Tentatively fixes #7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 67e2574..53a6151 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,6 @@ setup(name='pygn',
py_modules=['mail2news', 'news2mail', 'setup',
'whitelist', 'wlp', 'wlp_parser'],
test_suite="test",
- scripts=['pygm2n', 'pygn2m'],
entry_points={
"console_scripts": [
"pygm2n = mail2news:main",