Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 4, 2023
1 parent 54c524d commit f30363e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand Down Expand Up @@ -57,7 +58,7 @@ packages =
install_requires =
numpy>=1.13.3
typing-extensions;python_version<'3.8'
python_requires = >=3.8
python_requires = >=3.7
include_package_data = True
package_dir =
=src
Expand Down

0 comments on commit f30363e

Please sign in to comment.