Mercurial > getan
comparison setup.py @ 481:62373fad96eb
Removed getan classic.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Wed, 27 Jun 2018 11:43:11 +0200 |
parents | 59d9c5840273 |
children | 999a438474f2 |
comparison
equal
deleted
inserted
replaced
480:22d21f9851f5 | 481:62373fad96eb |
---|---|
51 scripts=glob.glob(os.path.join(scripts_dir, "*.py")) + | 51 scripts=glob.glob(os.path.join(scripts_dir, "*.py")) + |
52 [os.path.join(scripts_dir, "wochenbericht"), | 52 [os.path.join(scripts_dir, "wochenbericht"), |
53 os.path.join(scripts_dir, "convert-projects")], | 53 os.path.join(scripts_dir, "convert-projects")], |
54 entry_points={"console_scripts": | 54 entry_points={"console_scripts": |
55 ["getan=getan.main:main", | 55 ["getan=getan.main:main", |
56 "getan-classic=getan.classic.getan:main", | |
57 ]}, | 56 ]}, |
58 classifiers=[ | 57 classifiers=[ |
59 "Development Status :: 5 - Production/Stable", | 58 "Development Status :: 5 - Production/Stable", |
60 "Topic :: Utilities", | 59 "Topic :: Utilities", |
61 "Environment :: Console", | 60 "Environment :: Console", |