We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe622d commit 9726942Copy full SHA for 9726942
1 file changed
pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "django-surveyplus"
7
-version = "1.0.0"
+version = "1.0.2"
8
authors = [
9
{ name = "Wilmer Martinez", email = "info@wilmermartinez.dev" }
10
]
11
description = "Django Survey App"
12
readme = "README.md"
13
-license = {file = "LICENSE"}
+license = "MIT"
14
requires-python = ">=3.8"
15
classifiers = [# https://pypi.org/classifiers/
16
@@ -28,8 +28,6 @@ classifiers = [# https://pypi.org/classifiers/
28
29
"Environment :: Web Environment",
30
31
- "License :: OSI Approved :: MIT License",
32
-
33
"Natural Language :: English",
34
"Natural Language :: Spanish",
35
0 commit comments