diff --git a/setup.py b/setup.py index 3cf150f..fbdd9e1 100644 --- a/setup.py +++ b/setup.py @@ -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',