chisel 1.3.1__tar.gz → 1.3.2__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.1
2
2
  Name: chisel
3
- Version: 1.3.1
3
+ Version: 1.3.2
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
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = chisel
3
- version = 1.3.1
3
+ version = 1.3.2
4
4
  url = https://github.com/craigahobbs/chisel
5
5
  author = Craig A. Hobbs
6
6
  author_email = craigahobbs@gmail.com
@@ -31,6 +31,7 @@ install_requires =
31
31
 
32
32
  [options.package_data]
33
33
  chisel =
34
+ static/__init__.py
34
35
  static/*.bare
35
36
  static/*.html
36
37
 
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chisel
3
- Version: 1.3.1
3
+ Version: 1.3.2
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
@@ -12,5 +12,6 @@ src/chisel.egg-info/SOURCES.txt
12
12
  src/chisel.egg-info/dependency_links.txt
13
13
  src/chisel.egg-info/requires.txt
14
14
  src/chisel.egg-info/top_level.txt
15
+ src/chisel/static/__init__.py
15
16
  src/chisel/static/chiselDoc.bare
16
17
  src/chisel/static/index.html
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes