chisel 1.3.1__tar.gz → 1.3.3__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.3
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.3
4
4
  url = https://github.com/craigahobbs/chisel
5
5
  author = Craig A. Hobbs
6
6
  author_email = craigahobbs@gmail.com
@@ -23,7 +23,7 @@ classifiers =
23
23
  Topic :: Software Development :: Libraries :: Application Frameworks
24
24
 
25
25
  [options]
26
- packages = chisel
26
+ packages = chisel, chisel.static
27
27
  package_dir =
28
28
  = src
29
29
  install_requires =
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.3
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