File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " funcgpt"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88authors = [
99 { name =" Leandro Pereira de Lima e Silva" , email =" leandro@lls-software.com" },
1010]
1111description = " A library to easily create functions based on OpenAI's GPT"
1212readme = " README.md"
13- requires-python = " >=3.11 "
13+ requires-python = " >=3.10 "
1414classifiers = [
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 ]
2731profile = " black"
2832multi_line_output = 3
You can’t perform that action at this time.
0 commit comments