Drop documentation file installation
This doesn't work as I want it to work, after all. Don't install any documentation for now.
This commit is contained in:
parent
9ae334ec25
commit
5032b631bf
1
setup.py
1
setup.py
@ -31,7 +31,6 @@ setup(
|
||||
name = "stcgal",
|
||||
version = stcgal.__version__,
|
||||
packages = find_packages(exclude=["doc", "tests"]),
|
||||
data_files = [("doc", ["README.md", "doc/FAQ.md", "doc/MODELS.md", "doc/USAGE.md"])],
|
||||
install_requires = ["pyserial>=3.0", "tqdm>=4.0.0"],
|
||||
extras_require = {
|
||||
"usb": ["pyusb>=1.0.0"]
|
||||
|
Loading…
Reference in New Issue
Block a user