Skip to content

Commit

Permalink
types and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Sep 8, 2021
1 parent a99257d commit e9fb6de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

from distutils.core import setup

with open("requirements.txt") as f:
REQUIREMENTS = f.read().splitlines()

with open("README.md") as f:
LONG_DESCRIPTION, LONG_DESC_TYPE = f.read(), "text/markdown"

Expand All @@ -19,7 +16,7 @@
package_data={"TMP1075": ["py.typed"]},
license="MIT",
python_requires=">=3.6",
install_requires=REQUIREMENTS,
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice"],
long_description=LONG_DESCRIPTION,
long_description_content_type=LONG_DESC_TYPE,
)

0 comments on commit e9fb6de

Please sign in to comment.