Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM committed Nov 17, 2024
1 parent 5363e1c commit 3b00154
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[metadata]
name = django-crm-admin
version = 0.93
description = The CRM with Tasks management, Email marketing and many more. This Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development.
description = The Analytical CRM with Tasks management, Email marketing and many more. This Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/DjangoCRM/django-crm
download_url = https://sourceforge.net/projects/django-crm/files/latest/download
author = Vadym Kharchenko
author_email = [email protected]
license = AGPLv3+
license_file = LICENSE
keywords = CRM
keywords = ['CRM', 'Django CRM', 'django-crm', 'Python CRM', 'CRM software', 'Analytical CRM', 'crm package']
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Expand All @@ -30,9 +31,13 @@ classifiers =
Topic :: Office/Business
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content

project_urls =
Source = https://github.com/DjangoCRM/django-crm
Documentation = https://django-crm-admin.readthedocs.io
Tracker = https://github.com/DjangoCRM/django-crm/issues
Changelog = https://github.com/DjangoCRM/django-crm/blob/main/CHANGELOG.md
Download = https://sourceforge.net/projects/django-crm/files/latest/download

[options]
include_package_data = true
Expand Down

0 comments on commit 3b00154

Please sign in to comment.