Mercurial > getan
comparison setup.py @ 482:999a438474f2
Changed Hashbangs to python3.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Wed, 27 Jun 2018 11:54:56 +0200 |
parents | 62373fad96eb |
children | 40dd1e33c1dd |
comparison
equal
deleted
inserted
replaced
481:62373fad96eb | 482:999a438474f2 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 # | 3 # |
4 # (c) 2011, 2014 by Björn Ricks <bjoern.ricks@intevation.de> | 4 # (c) 2011, 2014 by Björn Ricks <bjoern.ricks@intevation.de> |
5 # (c) 2017 by Intevation GmbH | 5 # (c) 2017 by Intevation GmbH |
6 # | 6 # |
38 maintainer="Bernhard E. Reiter", | 38 maintainer="Bernhard E. Reiter", |
39 maintainer_email="bernhard.reiter@intevation.de", | 39 maintainer_email="bernhard.reiter@intevation.de", |
40 license="GPLv3+", | 40 license="GPLv3+", |
41 long_description=read("README"), | 41 long_description=read("README"), |
42 packages=find_packages(), | 42 packages=find_packages(), |
43 python_requires='>=3', | |
43 package_data={ | 44 package_data={ |
44 "": ["*.txt"], | 45 "": ["*.txt"], |
45 "getan": ["templates/*"], | 46 "getan": ["templates/*"], |
46 }, | 47 }, |
47 install_requires=[ | 48 install_requires=[ |