diff --git a/CITATION.cff b/CITATION.cff index b12e965..5c07eb7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,6 +6,6 @@ authors: orcid: "https://orcid.org/0000-0002-8101-2163 " title: "eHYD Tools: Reading and analyzing hydro(geo)logic time series from the Austrian government's "ehyd.gv.at" platform." -version: 0.1.1 +version: 0.1 date-released: 2022-09-06 url: "https://github.com/MarkusPic/ehyd_tools" \ No newline at end of file diff --git a/setup.cfg.BAK b/setup.cfg.BAK deleted file mode 100644 index 91871a4..0000000 --- a/setup.cfg.BAK +++ /dev/null @@ -1,49 +0,0 @@ -[metadata] -name = ehyd-tools -version = attr: ehyd_tools.__version__ - -url = https://github.com/MarkusPic/ehyd_tools -project_urls = - Changelog = https://github.com/MarkusPic/ehyd_tools/blob/master/CHANGELOG.md - Documentation = https://github.com/MarkusPic/ehyd_tools/blob/master/README.md - -license = MIT -license_file = LICENSE -author = Markus Pichler -author_email = markus.pichler@tugraz.at -description = Reading and analyzing hydro(geo)logic time series from the Austrian government's "ehyd.gv.at" platform. -long_description = file: README.md -long_description_content_type = text/markdown -classifiers = - Programming Language :: Python :: 3 - License :: OSI Approved :: MIT License - Operating System :: OS Independent - Development Status :: 4 - Beta - Natural Language :: English - Topic :: Scientific/Engineering - Topic :: Scientific/Engineering :: Hydrology - Intended Audience :: Science/Research - -keywords = - austria - precipitation - groundwater - hydrology - data - environment - civil_engineering - api - -[options] -python_requires = >= 3.7 -include_package_data = True -packages = ehyd_tools -install_requires = - numpy>=1.14 - pandas>=1 - matplotlib>=3 - requests - argh - -[options.extras_require] -parquet = fastparquet, pyarrow diff --git a/setup.py b/setup.py deleted file mode 100644 index 6068493..0000000 --- a/setup.py +++ /dev/null @@ -1,3 +0,0 @@ -from setuptools import setup - -setup()