Skip to content

Commit c92b8f4

Browse files
committed
pyproject: update requires-python and urls
1 parent e1e4387 commit c92b8f4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "funcgpt"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
authors = [
99
{ name="Leandro Pereira de Lima e Silva", email="leandro@lls-software.com" },
1010
]
1111
description = "A library to easily create functions based on OpenAI's GPT"
1212
readme = "README.md"
13-
requires-python = ">=3.11"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
@@ -23,6 +23,10 @@ classifiers = [
2323
"Topic :: Utilities",
2424
]
2525

26+
[project.urls]
27+
"Homepage" = "https://github.com/leandropls/funcgpt"
28+
"Bug Tracker" = "https://github.com/leandropls/funcgpt/issues"
29+
2630
[tool.isort]
2731
profile = "black"
2832
multi_line_output = 3

0 commit comments

Comments
 (0)