Skip to content

Commit

Permalink
Coda56 (#39)
Browse files Browse the repository at this point in the history
* Coda56 modem support

* Parsing through Json

* Fix pyproject.toml

* Fix project setup
  • Loading branch information
andresp authored Oct 6, 2024
1 parent 96ca121 commit f6355ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ testpaths = [
]
pythonpath = [
"src"
]

[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"] # ["."] by default
include = ["docsismodem*"] # ["*"] by default
exclude = ["docsismodem.tests*"] # empty by default
namespaces = false # true by default
]
16 changes: 0 additions & 16 deletions setup.py

This file was deleted.

0 comments on commit f6355ed

Please sign in to comment.