mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 13:42:52 +00:00
Merge pull request #66 from rohanpm/add-py.typed
Add py.typed for PEP 561
This commit is contained in:
commit
c557a61876
4 changed files with 6 additions and 2 deletions
|
@ -24,6 +24,10 @@ information about the usage of `repo-autoindex`.
|
|||
|
||||
## 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
|
||||
|
||||
- Fix handling of kickstart repositories with no checksums in treeinfo.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
project = "repo-autoindex"
|
||||
copyright = "2023, Red Hat"
|
||||
author = "Rohan McGovern <rmcgover@redhat.com>"
|
||||
release = "1.1.1"
|
||||
release = "1.1.2"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "repo-autoindex"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
description = "Generic static HTML indexes of various repository types"
|
||||
authors = ["Rohan McGovern <rmcgover@redhat.com>"]
|
||||
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