summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2020-10-17 19:59:14 +0200
committerJensDiemer <git@jensdiemer.de>2020-10-17 19:59:14 +0200
commitf5639d58f89a2fa27d5763d0941c50e8b0f59128 (patch)
treedd24b937c23b6857f11469dd6121dd337d375c21
parent443816eddfcdc14eca0fc2d37af8ba3de22e0854 (diff)
downloadcreole-f5639d58f89a2fa27d5763d0941c50e8b0f59128.tar.gz
remove obsolete MANIFEST.in
-rw-r--r--MANIFEST.in3
-rw-r--r--pyproject.toml1
2 files changed, 1 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index 8cefd2c..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,3 +0,0 @@
-include AUTHORS LICENSE MANIFEST.in README.creole
-recursive-exclude * *.py[co]
-recursive-include * *.creole \ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 679b059..1a250cf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
packages = [
{ include = "creole" },
]
+include = ['AUTHORS', 'LICENSE']
[tool.poetry.dependencies]
python = "^3.6"