Skip to content
Snippets Groups Projects
Commit 75a58679 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

support python 3.6

version 1.7
stable release
parent 33c94ba6
No related branches found
No related tags found
No related merge requests found
from distutils.core import setup from distutils.core import setup
setup(name='ESS Python Tools', setup(name='ESS Python Tools',
version='1.6', version='1.7',
description='ESS Related Tools', description='ESS Related Tools',
url='https://gitlab01.esss.lu.se/ess-bp/ess-python-tools', url='https://gitlab01.esss.lu.se/ess-bp/ess-python-tools',
author='Yngve Inntjore Levinsen', author='Yngve Inntjore Levinsen',
...@@ -11,7 +11,7 @@ setup(name='ESS Python Tools', ...@@ -11,7 +11,7 @@ setup(name='ESS Python Tools',
# 3 - Alpha # 3 - Alpha
# 4 - Beta # 4 - Beta
# 5 - Production/Stable # 5 - Production/Stable
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
# Indicate who your project is intended for # Indicate who your project is intended for
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
...@@ -26,6 +26,7 @@ setup(name='ESS Python Tools', ...@@ -26,6 +26,7 @@ setup(name='ESS Python Tools',
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
], ],
packages=['ess'], packages=['ess'],
scripts=['scripts/tracewin', 'scripts/tracewin_errorstudy'], scripts=['scripts/tracewin', 'scripts/tracewin_errorstudy'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment