Skip to content

Commit 4916e5a

Browse files
committed
Fix install_requires and setup classifiers
1 parent 25f376b commit 4916e5a

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
@@ -27,7 +27,7 @@ def get_version():
2727
install_requires = [
2828
'lxml>=2.3',
2929
'python-dateutil',
30-
'cybox>=2.1.0.13.dev1,<2.1.1.0',
30+
'cybox>=2.1.0.13,<2.1.1.0',
3131
'mixbox>=1.0.2',
3232
]
3333

@@ -48,7 +48,6 @@ def get_version():
4848
'License :: OSI Approved :: BSD License',
4949
'Operating System :: OS Independent',
5050
'Programming Language :: Python :: 2',
51-
'Programming Language :: Python :: 2.6',
5251
'Programming Language :: Python :: 2.7',
5352
'Programming Language :: Python :: 3',
5453
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)