Skip to content

Commit

Permalink
Updates config to specifiy python version
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Oct 20, 2024
1 parent 8c3f872 commit 96d0ec3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[metadata]
name = poli
version = "1.0.0.dev11"
author = Miguel González-Duque
author_email = [email protected]
description = Protein Objectives Library
description = A library of discrete objective functions
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Expand All @@ -14,7 +15,7 @@ classifiers =
package_dir =
=src
packages = find:
python_requires = >=3.8
python_requires = >=3.9
include_package_data = True

[options.packages.find]
Expand Down

0 comments on commit 96d0ec3

Please sign in to comment.