diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-10-01 14:44:02 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2019-10-01 14:44:02 +0200 |
commit | d6b4d3860c4b36d35b9a8a96dcdf49093a139650 (patch) | |
tree | 980bea91eda072344f47c29f7311ac9922c14497 /setup.py | |
parent | c60e11ceba4fc9ac017e8b1c6a2f1eab810f2dc7 (diff) | |
download | pygn-d6b4d3860c4b36d35b9a8a96dcdf49093a139650.tar.gz |
A ways better.
Tentatively fixes #7
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", |