mirror of
https://github.com/django-components/django-components.git
synced 2025-09-22 13:42:27 +00:00
build: Change versioning to major.minor.patch (#1123)
This commit is contained in:
parent
3148557e91
commit
61528ef0ad
1 changed files with 2 additions and 1 deletions
|
@ -4,13 +4,14 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "django_components"
|
name = "django_components"
|
||||||
version = "0.139"
|
version = "0.139.0"
|
||||||
requires-python = ">=3.8, <4.0"
|
requires-python = ">=3.8, <4.0"
|
||||||
description = "A way to create simple reusable template components in Django."
|
description = "A way to create simple reusable template components in Django."
|
||||||
keywords = ["django", "components", "css", "js", "html"]
|
keywords = ["django", "components", "css", "js", "html"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emil Stenström", email = "emil@emilstenstrom.se"},
|
{name = "Emil Stenström", email = "emil@emilstenstrom.se"},
|
||||||
|
{name = "Juro Oravec", email = "juraj.oravec.josefson@gmail.com"},
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue