Merge pull request #66 from rohanpm/add-py.typed

Add py.typed for PEP 561
This commit is contained in:
Rohan McGovern 2023-09-19 07:31:33 +10:00 committed by GitHub
commit c557a61876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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

View file

@ -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
View file