Skip to content

Commit

Permalink
Merge pull request #46 from nchammas/patch-1
Browse files Browse the repository at this point in the history
Add Python 3 classifiers to setup.py
  • Loading branch information
jeancochrane committed Oct 18, 2017
2 parents 560691e + 88b401a commit 2cce73d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ language: python
python:
- '2.7'
- '3.4'
- '3.5'
install:
- pip install -r requirements.txt
- python setup.py develop
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
'future>=0.14',
'doublemetaphone'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
Expand All @@ -29,6 +29,9 @@
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Information Analysis'],
Expand Down

0 comments on commit 2cce73d

Please sign in to comment.