Update MANIFEST.in

and update dependency with comment

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2022-11-20 11:02:15 +09:00
parent 80a68e394b
commit e232e7d377
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
include *.rst
include *.cfg
include LICENSE
include pyproject.toml
include .flake8

View File

@@ -22,13 +22,13 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"bs4",
"bs4", # canonical name is beautifulsoup4
"defusedxml",
"humanize",
"patch>=1.16",
"py7zr>=0.20.2",
"requests>2.20.0",
"semantic_version",
"semantic-version",
"texttable",
]
dynamic = ["version", "readme"]