Skip to content

Commit d61a3c0

Browse files
committed
fixed packaging
1 parent 6b35b30 commit d61a3c0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ while True:
2424

2525
## Changelog
2626

27+
### 0.1.2
28+
29+
- fixed packaging
30+
2731
### 0.1.1
2832

2933
- fixed code style and typos

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="micropython-ahtx0",
8-
version="0.1.1",
8+
version="0.1.2",
99
author="Andreas Bühl",
1010
author_email="code@abuehl.de",
1111
description="MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
keywords="aht10, aht20, micropython, temperature, humidity, sensor, i2c",
1515
url="https://github.com/targetblank/micropython_ahtx0",
16-
packages=setuptools.find_packages(),
16+
py_modules=["ahtx0"],
1717
classifiers=[
1818
"Programming Language :: Python :: Implementation :: MicroPython",
1919
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)