Skip to content

Commit

Permalink
Merge pull request #558 from plotly/more-classifiers
Browse files Browse the repository at this point in the history
include py3.7 in setup.py classifiers
  • Loading branch information
alexcjohnson committed Jan 31, 2019
2 parents ab4f708 + e39f292 commit c9b392d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@
'Intended Audience :: Manufacturing',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Database :: Front-Ends',
'Topic :: Office/Business :: Financial :: Spreadsheet',
'Topic :: Scientific/Engineering :: Visualization',
Expand Down

0 comments on commit c9b392d

Please sign in to comment.