From 0b9202d2d57ed89573c34a7354e0087fe0da43f2 Mon Sep 17 00:00:00 2001 From: William Martin Date: Sun, 23 Oct 2022 12:47:58 +0100 Subject: [PATCH] Makes license compatible with licencecheck --- LICENCE.md | 7 ------- poetry.lock | 2 +- pyproject.toml | 4 ++-- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100755 LICENCE.md diff --git a/LICENCE.md b/LICENCE.md deleted file mode 100755 index a5832c8..0000000 --- a/LICENCE.md +++ /dev/null @@ -1,7 +0,0 @@ -Copyright 2022 Will Martin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index d8f0d2d..d79d312 100755 --- a/poetry.lock +++ b/poetry.lock @@ -29,7 +29,7 @@ optional = false python-versions = "*" [package.extras] -coverage_plugin = ["coverage"] +coverage-plugin = ["coverage"] dev = ["Sphinx", "mock", "sphinx-issues", "sphinx-rtd-theme"] [[package]] diff --git a/pyproject.toml b/pyproject.toml index c7364d0..4eff239 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "pandandic" -version = "0.1.0" +version = "0.1.1a0" description = "A typed dataframe helper" -license = "LICENCE.md" +license = "MIT" authors = ["Will Martin "] readme = "README.md" repository = "https://github.com/w-martin/pandandic"