|
14 | 14 | long_description=readme,
|
15 | 15 | long_description_content_type="text/markdown",
|
16 | 16 | url="https://github.com/gsornsen/pyopenweather",
|
17 |
| - packages=find_packages('weather'), |
18 |
| - package_dir={"": "pyopenweather"}, |
| 17 | + packages=find_packages(), |
| 18 | + # package_dir={"": "pyopenweather"}, |
19 | 19 | install_requires=[
|
20 | 20 | "requests-async>=0.6.2"
|
21 | 21 | ],
|
22 | 22 | python_requires=">=3.7",
|
| 23 | + classifiers=[ |
| 24 | + "License :: OSI Approved :: MIT License", |
| 25 | + "Programming Language :: Python", |
| 26 | + "Programming Language :: Python :: 3.7", |
| 27 | + "Programming Language :: Python :: 3.8", |
| 28 | + "Programming Language :: Python :: 3.9", |
| 29 | + "Natural Language :: English", |
| 30 | + "Operating System :: OS Independent", |
| 31 | + "Development Status :: 5 - Production/Stable", |
| 32 | + "Intended Audience :: Developers", |
| 33 | + "Topic :: Software Development :: Libraries"], |
| 34 | + keywords="openweathermap libary web api wrapper client wind temperature humidity", |
23 | 35 | include_package_data=True,
|
24 | 36 | platforms="Posix; MacOS X; Windows"
|
25 | 37 | )
|
0 commit comments