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:28:45 +0200
commit83155272efee82a57e79c1f9b7092b1d188dee51 (patch)
tree21b189921b6287c8f266cfa33dabd5ec34aebee3
parentb331b4801f1f2b87dbe329b0ee28070fc49e6ac5 (diff)
downloadwarlock-migrate-to-poetry.tar.gz
Remove unnecessary includes from pyprojectmigrate-to-poetry
-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"