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