We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320c7fa commit 2d3599eCopy full SHA for 2d3599e
setup.py
@@ -17,7 +17,6 @@
17
packages=['dotenv'],
18
install_requires=[
19
'click>=5.0',
20
- 'ordereddict'
21
],
22
entry_points='''
23
[console_scripts]
@@ -46,7 +45,7 @@
46
45
'Programming Language :: Python :: 3.3',
47
'Programming Language :: Python :: 3.4',
48
'Programming Language :: Python :: 3.5',
49
- 'Programming Language :: Python :: pypi',
+ 'Programming Language :: Python :: Implementation :: PyPy',
50
'Intended Audience :: Developers',
51
'Intended Audience :: System Administrators',
52
'License :: OSI Approved :: BSD License',
0 commit comments