From 01147c12bcc59ae989bb68ddef0f05ea443b6af3 Mon Sep 17 00:00:00 2001
From: Rufai Omowunmi Balogun <rbalogun@eurac.edu>
Date: Tue, 24 Oct 2023 18:11:40 +0200
Subject: [PATCH] clean up"

---
 setup.cfg | 55 -------------------------------------------------------
 1 file changed, 55 deletions(-)
 delete mode 100644 setup.cfg

diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index ac6b862..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,55 +0,0 @@
-[metadata]
-name = smodex
-description = A Python package for understanding the evolution of soil moisture anomalies
-long_description = file: README.md
-long_description_content_type = text/markdown
-url = https://gitlab.inf.unibz.it/REMSEN/smodex
-author = Rufai Omowunmi Balogun
-author_email = rbalogun@eurac.edu
-project_urls =
-    Bug Tracker = https://gitlab.inf.unibz.it/REMSEN/smodex/-/issues
-    Source =  https://gitlab.inf.unibz.it/REMSEN/smodex
-download_url = https://gitlab.inf.unibz.it/REMSEN/smodex
-keywords = anomalies, soil moisture, climatology
-classifiers =
-    Programming Language :: Python :: 3
-    Programming Language :: Python :: 3.8
-    Programming Language :: Python :: 3.9
-    Programming Language :: Python :: 3.10
-    License :: OSI Approved :: MIT No Attribution License 
-    Operating System :: OS Independent
-    Development Status :: 2 - Pre-Alpha
-    Intended Audience :: Developers
-    Intended Audience :: Education
-    Intended Audience :: Science/Research
-    Topic :: Software Development :: Libraries :: Python Modules
-    Topic :: Scientific/Engineering :: Hydrology
-    Topic :: Scientific/Engineering :: Remote Sensing
-    Topic :: Scientific/Engineering :: Environmental Sciences
-
-[options]
-include_package_data = True
-package_dir =
-    = src
-packages = find:
-python_requires = >=3.7
-install_requires =
-setup_requires =
-    ruff
-
-[options.extras_require]
-interactive = 
-    matplotlib
-    jupyter
-tests = 
-docs = 
-
-# [options.entry_points]
-# console_scripts =
-#     smodex = smodex.__main__:main
-
-[options.packages.find]
-where = src
-
-[options.package_data]
-* = *.yaml, *.ini
-- 
GitLab