summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-19 18:28:45 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-19 18:38:59 +0200
commit76ab1b78a62e97556675164019e4d20600770f46 (patch)
tree21b189921b6287c8f266cfa33dabd5ec34aebee3
parent570d7652e4a0919e4d2a86aa548962d20bec877e (diff)
downloadwarlock-76ab1b78a62e97556675164019e4d20600770f46.tar.gz
Remove unnecessary includes from pyproject
-rw-r--r--pyproject.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b3e7fee..cbae1a3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,10 +28,6 @@ classifiers = [
packages = [
{ include = "warlock" },
]
-include = [
- "README.md",
- "LICENSE"
-]
[tool.poetry.dependencies]
python = "~2.7 || ^3.4"