Skip to content

Commit bae0be9

Browse files
committed
Update dependencies in pyproject.toml and requirements_dev.txt
1 parent f937619 commit bae0be9

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

pyproject.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61.0",
3+
"setuptools>=70.0",
44
"wheel",
55
"build"
66
]
@@ -10,11 +10,12 @@ build-backend = "setuptools.build_meta"
1010
name = "spade"
1111
dynamic = ["version", "dependencies"]
1212
description = "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]" }]
1515
license = {text = "MIT"}
1616
readme = "README.rst"
1717
keywords = ["spade"]
18+
requires-python = ">=3.9"
1819
classifiers = [
1920
"Development Status :: 5 - Production/Stable",
2021
"Intended Audience :: Developers",
@@ -36,16 +37,21 @@ classifiers = [
3637
[project.urls]
3738
Homepage = "https://spadeagents.eu"
3839
Repository = "https://github.com/javipalanca/spade"
40+
Documentation = "http://spade-mas.readthedocs.io/"
3941

4042
[project.scripts]
4143
spade = "spade.cli:cli"
4244

4345
[tool.setuptools]
4446
packages = ["spade"]
47+
include-package-data = true
4548

4649
[tool.setuptools.dynamic]
4750
version = {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]
5157
lint.select = ["E", "F"]

requirements_dev.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
build==1.2.2.post1
1+
build==1.3.0
2+
setuptools==80.9.0
23
bump2version==1.0.1
3-
wheel==0.37.1
4+
wheel==0.45.1
45
watchdog==2.1.9
56
ruff==0.3.3
67
tox==4.23.2
78
coverage==7.2.1
89
Sphinx==5.1.0
9-
twine==3.8.0
10+
twine==6.1.0
1011
pyyaml==6.0.2
1112
pytest==8.3.4
1213
pytest-runner==5.3.2

0 commit comments

Comments
 (0)