Skip to content

Commit 3bda15a

Browse files
Initial commit
1 parent 35d9842 commit 3bda15a

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

Diff for: setup.cfg

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
[metadata]
2+
name = django-crm-admin
3+
version = 0.90
4+
description = A Customer Relationship Management system (CRM) based on the Django Admin.
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
7+
url = https://github.com/DjangoCRM/django-crm
8+
author = Vadym Kharchenko
9+
author_email = [email protected]
10+
license = AGPL-3.0
11+
license_file = LICENSE
12+
keywords = CRM
13+
classifiers =
14+
Development Status :: 4 - Beta
15+
Environment :: Web Environment
16+
Framework :: Django
17+
Framework :: Django :: 5.0
18+
Intended Audience :: Customer Service
19+
Intended Audience :: End Users/Desktop
20+
Intended Audience :: Developers
21+
Natural Language :: English
22+
License :: OSI Approved :: AGPL-3.0 license
23+
Operating System :: OS Independent
24+
Programming Language :: Python
25+
Programming Language :: Python :: 3
26+
Programming Language :: Python :: 3 :: Only
27+
Programming Language :: Python :: 3.10
28+
Programming Language :: Python :: 3.11
29+
Programming Language :: Python :: 3.12
30+
Topic :: Office/Business
31+
Topic :: Internet :: WWW/HTTP
32+
Topic :: Internet :: WWW/HTTP :: Dynamic Content
33+
Topic :: Internet :: WWW/HTTP :: Customer Relationship Management
34+
project_urls =
35+
Source = https://github.com/DjangoCRM/django-crm
36+
Tracker = https://github.com/DjangoCRM/django-crm/issues
37+
38+
[options]
39+
include_package_data = true
40+
packages = find_namespace:
41+
py_modules =
42+
manage
43+
python_requires = >=3.10
44+
install_requires =
45+
aiohttp==3.9.5
46+
aiosignal==1.3.1
47+
asgiref==3.8.1
48+
attrs==23.2.0
49+
certifi==2024.7.4
50+
charset-normalizer==3.3.2
51+
Django==5.0.7
52+
et-xmlfile==1.1.0
53+
frozenlist==1.4.1
54+
geoip2==4.8.0
55+
idna==3.7
56+
maxminddb==2.6.2
57+
multidict==6.0.5
58+
mysqlclient==2.2.4
59+
numpy==2.0.0
60+
openpyxl==3.1.5
61+
pandas==2.2.2
62+
polib==1.2.0
63+
python-dateutil==2.9.0.post0
64+
pytz==2024.1
65+
requests==2.32.3
66+
setuptools==70.3.0
67+
six==1.16.0
68+
sqlparse==0.5.0
69+
tendo==0.3.0
70+
tzdata==2024.1
71+
urllib3==2.2.2
72+
XlsxWriter==3.2.0
73+
yarl==1.9.4
74+
75+
zip_safe = False

0 commit comments

Comments
 (0)