Skip to content

Commit

Permalink
Merge pull request #4 from mwouts/normalize_chunk_options
Browse files Browse the repository at this point in the history
Python 3.5 tested, status now alpha
  • Loading branch information
mwouts authored Jun 23, 2018
2 parents cf0816d + 80ea9ba commit 0e6ce87
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 @@ -14,7 +14,7 @@
entry_points={'console_scripts': ['nbrmd = nbrmd.cli:main']},
tests_require=['pytest'],
license='MIT',
classifiers=('Development Status :: 2 - Pre-Alpha',
classifiers=('Development Status :: 3 - Alpha',
'Environment :: Console',
'Framework :: Jupyter',
'Intended Audience :: Science/Research',
Expand All @@ -24,5 +24,6 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6')
)

0 comments on commit 0e6ce87

Please sign in to comment.