mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
16 lines
394 B
Diff
16 lines
394 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 4f217f1..11bedf0 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -22,11 +22,6 @@ classifiers = [
|
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
|
]
|
|
-include = [
|
|
- "CHANGELOG",
|
|
- "README.md",
|
|
- "LICENSE"
|
|
-]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|