Tweak project settings

main 1.1.3
Jaap Joris Vens 2024-12-25 11:10:39 +01:00
rodzic 9c9cc50d81
commit c547ba4153
1 zmienionych plików z 9 dodań i 7 usunięć

Wyświetl plik

@ -5,26 +5,28 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "django-simplecms" name = "django-simplecms"
description = "Simple Django-based CMS" description = "Simple Django-based CMS"
requires-python = ">= 3.12" requires-python = ">= 3.8"
dynamic = ["version"] dynamic = ["version"]
readme = "README.md" readme = "README.md"
authors = [{name = "Jaap Joris Vens", email = "jj@rtts.eu"}] authors = [{name = "Jaap Joris Vens", email = "jj@rtts.eu"}]
urls.source = "https://github.com/rtts/django-simplecms/" urls.Changelog = "https://github.com/rtts/django-simplecms/releases/"
urls.issues = "https://github.com/rtts/django-simplecms/issues/" urls.Issues = "https://github.com/rtts/django-simplecms/issues/"
urls.changelog = "https://github.com/rtts/django-simplecms/releases/" urls.Source = "https://github.com/rtts/django-simplecms/"
classifiers = [ classifiers = [
"Framework :: Django",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
] ]
dependencies = [ dependencies = [
"django", "django",
"django-embed-video", "django-embed-video",
"django-tidy", # requires Tidy (apt install tidy) "django-tidy", # requires Tidy
"easy-thumbnails", "easy-thumbnails",
"libsass", "libsass",
"markdown", "markdown",
"psycopg", "psycopg",
"pylibmc", # requires Memcached (apt install memcached) "pylibmc", # requires Memcached
] ]
[project.scripts] [project.scripts]