Skip to content

Commit 60b2323

Browse files
committed
Rename back to swagger_ui_bundle
1 parent f801082 commit 60b2323

41 files changed

Lines changed: 13 additions & 12 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
recursive-include py_swagger_ui/vendor *
1+
recursive-include swagger_ui_bundle/vendor *

README.rst

Lines changed: 5 additions & 5 deletions

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
2-
name = "py_swagger_ui"
2+
name = "swagger_ui_bundle"
33
version = '1.0.0'
44
description = "Swagger UI bundled for usage with Python"
55
readme = "README.rst"
66
keywords = ["swagger-ui"]
77
license = "Apache-2.0"
8-
authors = ["Robbe Sneyders <robbe.sneyders@gmail.com>"]
9-
repository = "https://github.com/spec-first/py-swagger-ui"
8+
authors = ["Daniel Grossmann-Kavanagh"]
9+
maintainers = ["Robbe Sneyders <robbe.sneyders@gmail.com>"]
10+
repository = "https://github.com/spec-first/swagger_ui_bundle"
1011
classifiers = [
1112
"Development Status :: 5 - Production/Stable",
1213
"Intended Audience :: Developers",
@@ -30,7 +31,7 @@ classifiers = [
3031
]
3132

3233
[tool.poetry.dependencies]
33-
python = "^3.7"
34+
python = ">=3.7"
3435
Jinja2 = "^3.0.0"
3536
importlib_resources = { version = "^5.7.1", python = "<3.9" }
3637

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
import importlib.resources as importlib_resources
77

88

9-
swagger_ui_path: Path = importlib_resources.files("py_swagger_ui") / "vendor/swagger-ui-4.15.5"
9+
swagger_ui_path: Path = importlib_resources.files("swagger_ui_bundle") / "vendor/swagger-ui-4.15.5"

py_swagger_ui/vendor/swagger-ui-4.15.5/favicon-16x16.png renamed to swagger_ui_bundle/vendor/swagger-ui-4.15.5/favicon-16x16.png

File renamed without changes.

py_swagger_ui/vendor/swagger-ui-4.15.5/favicon-32x32.png renamed to swagger_ui_bundle/vendor/swagger-ui-4.15.5/favicon-32x32.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

py_swagger_ui/vendor/swagger-ui-4.15.5/oauth2-redirect.html renamed to swagger_ui_bundle/vendor/swagger-ui-4.15.5/oauth2-redirect.html

File renamed without changes.

0 commit comments

Comments
 (0)