File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=61 .0" ,
3+ " setuptools>=70 .0" ,
44 " wheel" ,
55 " build"
66 ]
@@ -10,11 +10,12 @@ build-backend = "setuptools.build_meta"
1010name = " spade"
1111dynamic = [" version" , " dependencies" ]
1212description = " Smart Python Agent Development Environment"
13- authors = [{ name = " Javi Palanca" }]
14- maintainers = [{ name = " Javi Palanca" }]
13+ authors = [{
name =
" Javi Palanca" , email = " [email protected] " }]
14+ maintainers = [{
name =
" Javi Palanca" , email = " [email protected] " }]
1515license = {text = " MIT" }
1616readme = " README.rst"
1717keywords = [" spade" ]
18+ requires-python = " >=3.9"
1819classifiers = [
1920 " Development Status :: 5 - Production/Stable" ,
2021 " Intended Audience :: Developers" ,
@@ -36,16 +37,21 @@ classifiers = [
3637[project .urls ]
3738Homepage = " https://spadeagents.eu"
3839Repository = " https://github.com/javipalanca/spade"
40+ Documentation = " http://spade-mas.readthedocs.io/"
3941
4042[project .scripts ]
4143spade = " spade.cli:cli"
4244
4345[tool .setuptools ]
4446packages = [" spade" ]
47+ include-package-data = true
4548
4649[tool .setuptools .dynamic ]
4750version = {attr = " spade.__version__" }
48- dependencies = {file = " requirements.txt" }
51+ dependencies = {file = [" requirements.txt" ]}
52+
53+ [tool .setuptools .package-data ]
54+ spade = [" templates/*" ]
4955
5056[tool .ruff ]
5157lint.select = [" E" , " F" ]
Original file line number Diff line number Diff line change 1- build==1.2.2.post1
1+ build==1.3.0
2+ setuptools==80.9.0
23bump2version==1.0.1
3- wheel==0.37 .1
4+ wheel==0.45 .1
45watchdog==2.1.9
56ruff==0.3.3
67tox==4.23.2
78coverage==7.2.1
89Sphinx==5.1.0
9- twine==3.8 .0
10+ twine==6.1 .0
1011pyyaml==6.0.2
1112pytest==8.3.4
1213pytest-runner==5.3.2
You can’t perform that action at this time.
0 commit comments