mystmd 1.3.17__tar.gz → 1.3.19__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,13 +1,12 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mystmd
3
- Version: 1.3.17
3
+ Version: 1.3.19
4
4
  Summary: Command line tools for MyST Markdown
5
5
  Project-URL: Homepage, https://github.com/jupyter-book/mystmd
6
6
  Project-URL: Bug Tracker, https://github.com/jupyter-book/mystmd/issues
7
7
  Project-URL: Repository, https://github.com/jupyter-book/mystmd.git
8
8
  Author-email: Rowan Cockett <rowan@curvenote.com>
9
- License-Expression: MIT
10
- License-File: LICENSE
9
+ License: MIT
11
10
  Keywords: latex,markdown,pdf-generation,science-research,scientific-visualization,writing-software
12
11
  Classifier: Intended Audience :: Science/Research
13
12
  Classifier: License :: OSI Approved :: MIT License
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mystmd",
3
- "version": "1.3.17",
3
+ "version": "1.3.19",
4
4
  "description": "Command line tools for MyST Markdown",
5
5
  "author": "Rowan Cockett <rowan@curvenote.com>",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  "commander": "^10.0.1",
46
46
  "core-js": "^3.31.1",
47
47
  "js-yaml": "^4.1.0",
48
- "myst-cli": "^1.3.17"
48
+ "myst-cli": "^1.3.19"
49
49
  }
50
50
  }