mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 05:32:56 +00:00
Add py.typed for PEP 561
This library includes inline type hints, but per PEP 561 this must be indicated by including a "py.typed" marker file, otherwise tools like mypy will not make use of the type hints when checking downstream projects.
This commit is contained in:
parent
2456127e36
commit
efb595d624
4 changed files with 6 additions and 2 deletions
|
@ -24,6 +24,10 @@ information about the usage of `repo-autoindex`.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v1.1.2 - 2023-09-18
|
||||||
|
|
||||||
|
- Add `py.typed` to make package PEP 561 compliant / enable downstream type-checking.
|
||||||
|
|
||||||
### v1.1.1 - 2023-04-12
|
### v1.1.1 - 2023-04-12
|
||||||
|
|
||||||
- Fix handling of kickstart repositories with no checksums in treeinfo.
|
- Fix handling of kickstart repositories with no checksums in treeinfo.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
project = "repo-autoindex"
|
project = "repo-autoindex"
|
||||||
copyright = "2023, Red Hat"
|
copyright = "2023, Red Hat"
|
||||||
author = "Rohan McGovern <rmcgover@redhat.com>"
|
author = "Rohan McGovern <rmcgover@redhat.com>"
|
||||||
release = "1.1.1"
|
release = "1.1.2"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "repo-autoindex"
|
name = "repo-autoindex"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
description = "Generic static HTML indexes of various repository types"
|
description = "Generic static HTML indexes of various repository types"
|
||||||
authors = ["Rohan McGovern <rmcgover@redhat.com>"]
|
authors = ["Rohan McGovern <rmcgover@redhat.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
0
repo_autoindex/py.typed
Normal file
0
repo_autoindex/py.typed
Normal file
Loading…
Add table
Reference in a new issue