remove todo from setup

This commit is contained in:
Melissa LeBlanc-Williams 2020-12-02 09:30:11 -08:00
parent 5c2f36d296
commit c60c8ad2c7

View file

@ -55,7 +55,5 @@ setup(
"network internet http",
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules=['...']` TO `packages=['...']`
py_modules=["adafruit_fakerequests"],
)