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 73aac75 commit e9bc36dCopy full SHA for e9bc36d
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-to-rest
3
-version = 0.1a3
+version = 1.0.0b1
4
description = A library to expose rest api(s) for a django app (quiet quickly) with minimum efforts
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
@@ -17,6 +17,7 @@ classifiers =
17
Programming Language :: Python :: 3 :: Only
18
Programming Language :: Python :: 3.8
19
Programming Language :: Python :: 3.9
20
+ Programming Language :: Python :: 3.10
21
Topic :: Internet :: WWW/HTTP
22
Topic :: Internet :: WWW/HTTP :: Dynamic Content
23
0 commit comments