Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Oct 23, 2023
1 parent d32ff3f commit 161bf63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
long_description = open('README.md').read(),
long_description_content_type="text/markdown",
url="https://github.com/fablabbcn/smartcitizen-connector",
packages=find_packages("smartcitizen_connector"),
package_dir={"": "smartcitizen_connector"},
project_urls=PROJECT_URLS,
python_requires=">=3.6",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 161bf63

Please sign in to comment.