Skip to content

Commit

Permalink
Merge pull request #12 from kmuehlbauer/fix-setup
Browse files Browse the repository at this point in the history
MNT: fix setup.py
  • Loading branch information
kmuehlbauer committed Feb 1, 2023
2 parents 931b082 + 337fee8 commit 94292c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -12,15 +12,15 @@
setup(
maintainer='Open Radar Team',
maintainer_email='',
python_requires='>=3.7',
python_requires='>=3.9',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'License :: OSI Approved :: MIT',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 94292c7

Please sign in to comment.