From 638efc27cb82ca726b6927acbf7cd60ce6a56a5c Mon Sep 17 00:00:00 2001 From: Rhys Shaw Date: Fri, 3 Feb 2023 11:01:37 +0000 Subject: [PATCH] corrections --- pyproject.toml | 2 +- setup.cfg | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 808d363..0671491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,4 +22,4 @@ classifiers = [ ] [project.urls] "Homepage" = "https://github.com/RhysAlfShaw/LCSpy" -"Bug Tracker" = "https://github.com/RhysAlfShaw/LCSpy/issues" +"Bug Tracker" = "https://github.com/RhysAlfShaw/LCSpy/issues" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 63e26ea..027e2c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,4 @@ packages = find: python_requires = >=3.6 [options.packages.find] -where = src - -Footer \ No newline at end of file +where = src \ No newline at end of file