[project] name = "gr-apollo" version = "0.1.0" description = "Apollo Unified S-Band (USB) decoder for GNU Radio 3.10+" readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [ {name = "Ryan Malloy", email = "ryan@supported.systems"}, ] keywords = ["gnuradio", "sdr", "apollo", "usb", "unified-s-band", "nasa", "space"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Communications :: Ham Radio", "Topic :: Scientific/Engineering :: Astronomy", ] dependencies = [ "numpy", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "scipy", "ruff>=0.9", ] [project.urls] "Homepage" = "https://git.supported.systems/rf/gr-apollo" "Virtual AGC" = "https://www.ibiblio.org/apollo/" [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] [tool.ruff] target-version = "py310" line-length = 100 [tool.ruff.lint] select = ["E", "F", "W", "I", "UP", "B", "SIM"] [tool.pytest.ini_options] testpaths = ["tests"]