Skip to content

Commit

Permalink
Update setup.py LICENSE classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Aug 23, 2024
1 parent 6d74daa commit 70c36ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
'scipy==1.10.0'
]},
classifiers=[
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
],
python_requires='>=3.10',
setup_requires=["wheel"]
)
)

0 comments on commit 70c36ea

Please sign in to comment.