File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ v0.28.2
6
+ -------
7
+
8
+ * Added some additional packaging trove classifiers.
9
+
5
10
v0.28.1
6
11
-------
7
12
Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ authors = [
18
18
]
19
19
classifiers = [
20
20
" Development Status :: 3 - Alpha" ,
21
+ " Intended Audience :: Developers" ,
22
+ " License :: OSI Approved :: MIT License" ,
21
23
" Operating System :: OS Independent" ,
22
24
" Programming Language :: Python" ,
23
- " License :: OSI Approved :: MIT License" ,
24
25
" Programming Language :: Python :: 3.8" ,
25
26
" Programming Language :: Python :: 3.9" ,
26
27
" Programming Language :: Python :: 3.10" ,
27
28
" Programming Language :: Python :: 3.11" ,
28
29
" Programming Language :: Python :: Implementation :: CPython" ,
29
30
" Programming Language :: Python :: Implementation :: PyPy" ,
31
+ " Topic :: File Formats :: JSON" ,
32
+ " Topic :: File Formats :: JSON :: JSON Schema" ,
30
33
]
31
34
dynamic = [" version" ]
32
35
dependencies = [
You can’t perform that action at this time.
0 commit comments