Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
radwinskis committed Jan 14, 2022
1 parent e340fdb commit a3f3768
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author = 'MARK RADWIN',
author_email = 'markradwin@gmail.com',
url = 'https://github.com/radwinskis/RSAbs',
download_url = 'https://github.com/radwinskis/RSAbs/archive/refs/tags/v0.4.tar.gz',
download_url = 'https://github.com/radwinskis/RSAbs/archive/refs/tags/v0.5.tar.gz',
keywords = ['REFLECTANCE', 'SPECTROSCOPY', 'ABSORPTION', 'DETECTION'],
install_requires=[
'scipy',
Expand All @@ -17,7 +17,7 @@
],
classifiers=[
'Development Status :: 3 - Alpha', # "3 - Alpha", "4 - Beta" or "5 - Production/Stable"
'Intended Audience :: Scientists',
'Intended Audience :: Science/Research',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support
Expand All @@ -28,6 +28,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'

],
)

0 comments on commit a3f3768

Please sign in to comment.