Skip to content

Commit 9726942

Browse files
author
Wilmer Martinez
committed
Actualiza la versión a 1.0.2 y modifica la configuración de la licencia en pyproject.toml
1 parent cbe622d commit 9726942

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-surveyplus"
7-
version = "1.0.0"
7+
version = "1.0.2"
88
authors = [
99
{ name = "Wilmer Martinez", email = "info@wilmermartinez.dev" }
1010
]
1111
description = "Django Survey App"
1212
readme = "README.md"
13-
license = {file = "LICENSE"}
13+
license = "MIT"
1414
requires-python = ">=3.8"
1515
classifiers = [# https://pypi.org/classifiers/
1616

@@ -28,8 +28,6 @@ classifiers = [# https://pypi.org/classifiers/
2828

2929
"Environment :: Web Environment",
3030

31-
"License :: OSI Approved :: MIT License",
32-
3331
"Natural Language :: English",
3432
"Natural Language :: Spanish",
3533

0 commit comments

Comments
 (0)