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:
Grigori Goronzy 2018-09-23 22:45:06 +02:00
parent 9ae334ec25
commit 5032b631bf

View File

@ -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"]