chisel 1.4.4__tar.gz → 1.4.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chisel
3
- Version: 1.4.4
3
+ Version: 1.4.6
4
4
  Summary: Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation
5
5
  Home-page: https://github.com/craigahobbs/chisel
6
6
  Author: Craig A. Hobbs
@@ -9,7 +9,6 @@ License: MIT
9
9
  Keywords: api,json,framework,schema,wsgi
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: MIT License
13
12
  Classifier: Operating System :: OS Independent
14
13
  Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = chisel
3
- version = 1.4.4
3
+ version = 1.4.6
4
4
  url = https://github.com/craigahobbs/chisel
5
5
  author = Craig A. Hobbs
6
6
  author_email = craigahobbs@gmail.com
@@ -12,7 +12,6 @@ keywords = api, json, framework, schema, wsgi
12
12
  classifiers =
13
13
  Development Status :: 5 - Production/Stable
14
14
  Intended Audience :: Developers
15
- License :: OSI Approved :: MIT License
16
15
  Operating System :: OS Independent
17
16
  Programming Language :: Python :: 3.9
18
17
  Programming Language :: Python :: 3.10
@@ -1,7 +1,7 @@
1
1
  # Licensed under the MIT License
2
2
  # https://github.com/craigahobbs/chisel/blob/main/LICENSE
3
3
 
4
- include <args.mds>
4
+ include <args.bare>
5
5
 
6
6
 
7
7
  # The Chisel documentation application main entry point
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chisel
3
- Version: 1.4.4
3
+ Version: 1.4.6
4
4
  Summary: Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation
5
5
  Home-page: https://github.com/craigahobbs/chisel
6
6
  Author: Craig A. Hobbs
@@ -9,7 +9,6 @@ License: MIT
9
9
  Keywords: api,json,framework,schema,wsgi
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: MIT License
13
12
  Classifier: Operating System :: OS Independent
14
13
  Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes