diff --git a/🍪/Python/.pylintrc b/🍪/Python/.pylintrc deleted file mode 100644 index 5abebec..0000000 --- a/🍪/Python/.pylintrc +++ /dev/null @@ -1,3 +0,0 @@ -[BASIC] -good-names = f -max-line-length = 100 diff --git a/🍪/Python/.pypirc b/🍪/Python/.pypirc deleted file mode 100644 index f314643..0000000 --- a/🍪/Python/.pypirc +++ /dev/null @@ -1,13 +0,0 @@ -[distutils] -index-servers = - pypi - testpypi - -[pypi] -repository = https://upload.pypi.org/legacy/ -username = IIIypuk - -[testpypi] -repository = https://test.pypi.org/legacy/ -username = __token__ -password = __password__ diff --git a/🍪/Python/pyproject.toml b/🍪/Python/pyproject.toml deleted file mode 100644 index 0021617..0000000 --- a/🍪/Python/pyproject.toml +++ /dev/null @@ -1,7 +0,0 @@ -[build-system] -requires = ["flit_core >=2,<4"] -build-backend = "flit_core.buildapi" -requires-python = ">=3" - -[tool.black] -line-length = 99