From e9d76d08d2462903ca3d377855eebbac713c4d3d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 15 Aug 2021 11:16:42 +0300 Subject: [PATCH] Ignore pyproject.toml. Both in git and in the package manifest. --- .gitignore | 1 + MANIFEST.in | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e2e3606..990eba5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ __pycache__/ .tox .cache results/ +pyproject.toml diff --git a/MANIFEST.in b/MANIFEST.in index f9da9fa..920a73d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,3 +7,4 @@ exclude .gitignore exclude Pipfile* exclude tests exclude tests/* +exclude pyproject.toml -- GitLab