Skip to content

Commit

Permalink
Merge pull request #170 from swarmauri/master
Browse files Browse the repository at this point in the history
Update setup.py LICENSE classifier
  • Loading branch information
cobycloud authored Aug 23, 2024
2 parents a965e20 + 70c36ea commit 35be47c
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 35be47c

Please sign in to comment.