aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2024-07-17 15:30:25 +0200
committerJ08nY2024-07-17 15:30:25 +0200
commit33027a201236e6e4aad2d7d637aed85a4f762021 (patch)
tree791faec5053905cdd1b5f473560eaea3c9215f5d /pyproject.toml
parentd429a996d64e8f8df552ae4a34a04189dc9b82c4 (diff)
downloadpyecsca-codegen-33027a201236e6e4aad2d7d637aed85a4f762021.tar.gz
pyecsca-codegen-33027a201236e6e4aad2d7d637aed85a4f762021.tar.zst
pyecsca-codegen-33027a201236e6e4aad2d7d637aed85a4f762021.zip
Document the scripts.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 8 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ff471c5..41585c7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@
"Intended Audience :: Developers",
"Intended Audience :: Science/Research"
]
- requires-python = ">=3.8"
+ requires-python = ">=3.9"
dependencies = [
"pyecsca",
"chipwhisperer",
@@ -41,10 +41,10 @@
]
[project.urls]
-"Homepage" = "https://https://neuromancer.sk/pyecsca/"
-"Documentation" = "https://https://neuromancer.sk/pyecsca/"
-"Bug Tracker" = "https://github.com/J08nY/pyecsca/issues"
-"Repository" = "https://github.com/J08nY/pyecsca"
+"Homepage" = "https://pyecsca.org"
+"Documentation" = "https://pyecsca.org"
+"Bug Tracker" = "https://github.com/J08nY/pyecsca-codegen/issues"
+"Repository" = "https://github.com/J08nY/pyecsca-codegen"
[project.scripts]
builder="pyecsca.codegen.builder:main"
@@ -66,5 +66,7 @@ markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]
filterwarnings = [
- "ignore:Deprecated call to `pkg_resources.declare_namespace"
+ "ignore:(?s).*pkg_resources is deprecated as an API:DeprecationWarning:chipwhisperer.capture.trace.TraceWhisperer", # ChipWhisperer
+ "ignore:Deprecated call to `pkg_resources.declare_namespace",
+ "ignore:(?s).*path is deprecated. Use files() instead:DeprecationWarning:rainbow.devices.stm32" # Rainbow
]