Skip to content

Commit 2d3599e

Browse files
author
Saurabh Kumar
committed
Fix setup.py pypi classifier
1 parent 320c7fa commit 2d3599e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
packages=['dotenv'],
1818
install_requires=[
1919
'click>=5.0',
20-
'ordereddict'
2120
],
2221
entry_points='''
2322
[console_scripts]
@@ -46,7 +45,7 @@
4645
'Programming Language :: Python :: 3.3',
4746
'Programming Language :: Python :: 3.4',
4847
'Programming Language :: Python :: 3.5',
49-
'Programming Language :: Python :: pypi',
48+
'Programming Language :: Python :: Implementation :: PyPy',
5049
'Intended Audience :: Developers',
5150
'Intended Audience :: System Administrators',
5251
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)