Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Inline description to mitigate pypa/pip#11294
Browse files Browse the repository at this point in the history
  • Loading branch information
ska-kialo committed Jul 26, 2022
1 parent 1095e88 commit a348744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ build-backend = "flit_core.buildapi"
[project]
name = "stubalyzer"
authors = [{name = "Kialo GmbH", email = "[email protected]"}]
description = "Analysis tool comparing hand written stubs to stubgen-generated ones, reporting inconsistencies"
readme = "README.rst"
license = {file = "LICENSE"}
dynamic = ["version", "description"]
dynamic = ["version"]
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down
2 changes: 0 additions & 2 deletions stubalyzer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Analysis tool comparing hand written stubs to stubgen-generated ones, reporting inconsistencies""" # noqa E501

from .collect import get_stub_types
from .compare import ComparisonResult, MatchResult, compare_symbols
from .lookup import lookup_symbol
Expand Down

0 comments on commit a348744

Please sign in to comment.