Mercurial > getan
diff setup.py @ 488:463894654d77 3.0
Prepares for release 3.0
rename getan-eval.py to getan-report.
rename getan-report.py to getan-day-report
installed getan-report as script.
installed getan-day-report as script.
set python_requires to >=3.4
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Fri, 29 Jun 2018 19:47:01 +0200 |
parents | d80f40d239d2 |
children | 65256f68a0a7 |
line wrap: on
line diff
--- a/setup.py Fri Jun 29 19:28:24 2018 +0200 +++ b/setup.py Fri Jun 29 19:47:01 2018 +0200 @@ -2,11 +2,12 @@ # -*- coding: utf-8 -*- # # (c) 2011, 2014 by Björn Ricks <bjoern.ricks@intevation.de> -# (c) 2017 by Intevation GmbH +# (c) 2017, 2018 by Intevation GmbH # # Author(s): # * Björn Ricks <bjoern.ricks@intevation.de> # * Bernhard Reiter <bernhard.reiter@intevation.de> +# * Magnus Schieder <magnus.schieder@intevation.de> # # A python worklog-alike to log what you have 'getan' (done). # @@ -40,7 +41,7 @@ license="GPLv3+", long_description=read("README"), packages=find_packages(), - python_requires='>=3', + python_requires='>=3.4', package_data={ "": ["*.txt"], "getan": ["templates/*"], @@ -64,6 +65,6 @@ "License :: OSI Approved :: " "GNU General Public License v3 or later (GPLv3+)", "Operating System :: POSIX", - "Programming Language :: Python :: 3" + "Programming Language :: Python :: 3.4" ], )