Skip to content

Commit 35fb379

Browse files
committed
fix: exclude tests from wheel
1 parent 33ad041 commit 35fb379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
version='{{VERSION_PLACEHOLDER}}',
99
author="Pavel Slama",
1010
author_email="info@pavelslama.cz",
11-
description="Python driver for MCP2221A",
11+
description="Python driver for MCP2221/A",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
keywords=['MCP2221', 'MCP2221A', 'GPIO', 'ADC', 'DAC', 'I2C'],
14+
keywords=['MCP2221', 'MCP2221A', 'GPIO', 'ADC', 'DAC'],
1515
url="https://github.com/pilotak/python-mcp2221",
1616
project_urls={
1717
"Bug Tracker": "https://github.com/pilotak/python-mcp2221/issues",
1818
},
19-
packages=setuptools.find_packages(),
19+
packages=setuptools.find_packages(exclude=["tests"]),
2020
install_requires=['hidapi'],
2121
classifiers=[
2222
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)