Skip to content

Commit

Permalink
Update metadata for new release with dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 17, 2021
1 parent b118121 commit 191023a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

setuptools.setup(
name="django-survey-and-report",
version="1.3.34",
version="1.3.35",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -53,12 +53,16 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"Natural Language :: English",
"Natural Language :: Russian",
"Natural Language :: Spanish",
"Natural Language :: French",
"Natural Language :: Japanese",
"Natural Language :: Dutch",
"Natural Language :: Chinese (Traditional)",
"Natural Language :: Russian",
"Natural Language :: Spanish",
"Natural Language :: German",
"Natural Language :: Indonesian",
"Natural Language :: Portuguese",
"Natural Language :: Polish",
"Topic :: Utilities",
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand All @@ -67,6 +71,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Django",
],
install_requires=DEPENDENCIES,
Expand Down

0 comments on commit 191023a

Please sign in to comment.