Skip to content

Commit

Permalink
Add 3.5 to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Apr 2, 2019
1 parent dbf3c56 commit 7b4eb6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import versioneer


_here = os.path.abspath(os.path.dirname(__file__))

with open(os.path.join(_here, 'README.rst'), encoding='utf-8') as f:
Expand All @@ -19,6 +18,7 @@
url='https://github.com/JarnoRFB/incense',
license='MIT',
packages=['incense'],
python_requires='>=3.5',
install_requires=[
'sacred',
'matplotlib>=3',
Expand All @@ -31,6 +31,7 @@
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
Expand Down

0 comments on commit 7b4eb6b

Please sign in to comment.