Matthias Volk
4 years ago
No known key found for this signature in database
GPG Key ID: 83A57678F739FCD3
1 changed files with
1 additions and
1 deletions
-
setup.py
|
|
@ -14,7 +14,7 @@ if sys.version_info[0] == 2: |
|
|
|
sys.exit('Sorry, Python 2.x is not supported') |
|
|
|
|
|
|
|
# Minimal storm version required |
|
|
|
storm_min_version = "1.6.2" |
|
|
|
storm_min_version = "1.6.3" |
|
|
|
|
|
|
|
# Get the long description from the README file |
|
|
|
with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md'), encoding='utf-8') as f: |
|
|
|