From 6411b22826f029e997996174c8b28595d4d7022c Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Mon, 2 Dec 2024 11:09:49 +0000 Subject: [PATCH] removed metadata --- setup.cfg | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/setup.cfg b/setup.cfg index a5d5749..b1a050b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,39 +12,6 @@ addopts = --doctest-modules doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS NUMBER -[metadata] -name = tephi -version = attr: tephi.__version__ -author = UK Met Office -author_email = scitools-iris-dev@googlegroups.com -url = https://github.com/SciTools/tephi -classifiers = - Development Status :: 4 - Beta - Intended Audience :: Science/Research - Operating System :: OS Independent - License :: OSI Approved :: BSD License - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Topic :: Scientific/Engineering :: Atmospheric Science - Topic :: Scientific/Engineering :: Visualization -license_files = LICENSE -description = Tephigram plotting in Python -long_description = file: README.md -long_description_content_type = text/markdown -project_urls = - code = https://github.com/SciTools/tephi - issues = https://github.com/SciTools/tephi/issues - binder = https://mybinder.org/v2/gh/SciTools/tephi/main?filepath=index.ipynb - documentation = https://tephi.readthedocs.io/en/latest/ -keywords = - tephigram - radiosonde - meteorology - visualization - [options] packages = find: setup_requires =