|
18 | 18 | project_urls={
|
19 | 19 | "Author Website": __author_website__,
|
20 | 20 | },
|
21 |
| - packages=setuptools.find_packages(where="appointments"), |
22 |
| - package_dir={"": "appointment"}, |
23 |
| - include_package_data=True, |
24 |
| - classifiers=[ |
25 |
| - # Maturity of project |
26 |
| - # 3 - Alpha |
27 |
| - # 4 - Beta |
28 |
| - # 5 - Production/Stable |
29 |
| - 'Development Status :: 3 - Alpha', |
30 |
| - |
31 |
| - # Intended for |
32 |
| - 'Intended Audience :: Developers', |
33 |
| - |
34 |
| - # License |
35 |
| - "License :: OSI Approved :: Apache Software License", |
36 |
| - |
37 |
| - # Python versions supported. |
38 |
| - "Programming Language :: Python", |
39 |
| - "Programming Language :: Python :: 3", |
40 |
| - "Programming Language :: Python :: 3 :: Only", |
41 |
| - "Programming Language :: Python :: 3.10", |
42 |
| - "Programming Language :: Python :: 3.11", |
43 |
| - |
44 |
| - # OS |
45 |
| - "Operating System :: OS Independent", |
46 |
| - |
47 |
| - # Topic |
48 |
| - "Topic :: Internet :: WWW/HTTP", |
49 |
| - "Topic :: Internet :: WWW/HTTP :: Dynamic Content", |
50 |
| - "Topic :: Software Development :: Libraries :: Application Frameworks", |
51 |
| - ], |
52 |
| - license="Apache License 2.0", |
53 |
| - python_requires='>=3.8', |
54 |
| - install_requires=[ |
55 |
| - "Django>=4.2", |
56 |
| - "Pillow>=10.1.0", |
57 |
| - "phonenumbers>=8.13.22", |
58 |
| - "django-phonenumber-field>=7.2.0", |
59 |
| - "babel>=2.13.0", |
60 |
| - "pytz>=2023.3", |
61 |
| - ] |
62 | 21 | )
|
0 commit comments