mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 07:05:06 -04:00
Exclude built documentation from sdist
This commit is contained in:
parent
f4c1ece10a
commit
f8925eaed1
2 changed files with 11 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ else:
|
|||
pkg_name = "rns"
|
||||
requirements = ['cryptography>=3.4.7', 'pyserial>=3.5']
|
||||
|
||||
excluded_modules = exclude=["tests.*", "tests"]
|
||||
excluded_modules = ["tests.*", "tests"]
|
||||
packages = setuptools.find_packages(exclude=excluded_modules)
|
||||
|
||||
setuptools.setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue