diff 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
line wrap: on
line diff
--- a/setup.py	Wed Jun 27 11:43:11 2018 +0200
+++ b/setup.py	Wed Jun 27 11:54:56 2018 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # (c) 2011, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
@@ -40,6 +40,7 @@
       license="GPLv3+",
       long_description=read("README"),
       packages=find_packages(),
+      python_requires='>=3',
       package_data={
           "": ["*.txt"],
           "getan": ["templates/*"],
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)