From 5cd8eddb0f1964c5a051a27aac6206c96f7926bd Mon Sep 17 00:00:00 2001 From: Chas Nelson Date: Thu, 23 Jan 2025 15:47:53 +0000 Subject: [PATCH] fix: remove setup.py typo --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 69a0bed..93ccadc 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,6 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f: long_description = f.read() -install_requires = -include_package_data = True - setup( name="""ckanext-file-uploader""", # Versions should comply with PEP440. For a discussion on single-sourcing