Skip to content

Commit

Permalink
Cleanup setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Aug 2, 2022
1 parent 7a902aa commit dc2afad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ def create_extension(template, kwds):

setup(
use_scm_version=True,
license='License :: OSI Approved :: MIT License',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3 :: Only',
'License :: OSI Approved :: MIT License',
],
install_requires=[],
cmdclass={
'build_ext': CMakeBuild,
},
Expand Down

0 comments on commit dc2afad

Please sign in to comment.