Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bye py2.7 (you will be missed)
  • Loading branch information
karnawhat committed May 16, 2020
commit e40f601e952349ee450de56db7fc9cbff22c7705
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
with open(os.path.join(ROOT, 'README.md'), encoding="utf-8") as f:
README = f.read()


# clean cython output is clean is called
if 'clean' in sys.argv[1:]:
if os.path.isfile('ot/lp/emd_wrap.cpp'):
Expand Down Expand Up @@ -69,8 +68,10 @@
'License :: OSI Approved :: MIT License',
'Environment :: Console',
'Operating System :: OS Independent',
'Operating System :: Linux',
'Operating System :: MacOS',
'Operating System :: POSIX',
'Operating System :: Windows',
'Programming Language :: Python',
'Programming Language :: C++',
'Programming Language :: C',
Expand All @@ -79,11 +80,10 @@
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Information Analysis',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
]
)