chisel 1.3.2__tar.gz → 1.3.4__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.2
3
+ Version: 1.3.4
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.2
3
+ version = 1.3.4
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 =
@@ -31,7 +31,6 @@ install_requires =
31
31
 
32
32
  [options.package_data]
33
33
  chisel =
34
- static/__init__.py
35
34
  static/*.bare
36
35
  static/*.html
37
36
 
@@ -24,6 +24,7 @@
24
24
  <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/script.js" as="script">
25
25
  <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/scriptLibrary.js" as="script">
26
26
  <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/markdown-model/lib/elements.js" as="script">
27
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/markdown-model/lib/highlight.js" as="script">
27
28
  <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/markdown-model/lib/parser.js" as="script">
28
29
  <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown-doc/lib/schemaMarkdownDoc.js" as="script">
29
30
  <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown/lib/encode.js" as="script">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chisel
3
- Version: 1.3.2
3
+ Version: 1.3.4
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes