Skip to content

Commit 8181e28

Browse files
committed
fix
1 parent 89052f9 commit 8181e28

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,5 @@
120120
with time series. One of the main feature of this structures is an access by arbitrary \
121121
key using interpolation, what makes processing of multiple non synchronized time series very simple.\
122122
All data structures based on red black trees.',
123-
classifiers = [ 'Programming Language :: C++ :: ',
124-
'Programming Language :: Cython',
125-
'Programming Language :: Python :: 2.7',
123+
classifiers = [ 'Programming Language :: Python :: 2.7',
126124
'Programming Language :: Python :: 3' ] )

0 commit comments

Comments
 (0)