update version and dependencies
This commit is contained in:
+4
-6
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pyModeS"
|
||||
version = "2.17"
|
||||
version = "2.18"
|
||||
description = "Python Mode-S and ADS-B Decoder"
|
||||
authors = ["Junzi Sun <j.sun-1@tudelft.nl>"]
|
||||
license = "GNU GPL v3"
|
||||
@@ -13,9 +13,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Typing :: Typed",
|
||||
]
|
||||
packages = [
|
||||
{ include = "pyModeS", from = "." },
|
||||
]
|
||||
packages = [{ include = "pyModeS", from = "." }]
|
||||
include = [
|
||||
"LICENSE",
|
||||
"*.pyx",
|
||||
@@ -23,7 +21,7 @@ include = [
|
||||
"*.pyi",
|
||||
"py.typed",
|
||||
{ path = "pyModeS/**/*.so", format = "wheel" },
|
||||
{ path = "pyModeS/**/*.pyd", format = "wheel" }
|
||||
{ path = "pyModeS/**/*.pyd", format = "wheel" },
|
||||
]
|
||||
build = "build.py"
|
||||
|
||||
@@ -34,7 +32,7 @@ modeslive = "pyModeS.streamer.modeslive:main"
|
||||
python = "^3.9"
|
||||
numpy = ">=1.26"
|
||||
pyzmq = ">=24.0"
|
||||
pyrtlsdr = {version = ">=0.2.93", optional = true}
|
||||
pyrtlsdr = { version = ">=0.2.93", optional = true }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
mypy = ">=0.991"
|
||||
|
||||
Reference in New Issue
Block a user