From f22640fb40ed606ebfa311fbd9d8eccb9ee80160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 26 Sep 2023 16:49:51 -0700 Subject: [PATCH] DOC: adding classifiers and urls --- setup.cfg | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cad74e7ad..2f0f1ec04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,9 +35,22 @@ long_description = file: README.rst author = the PyVO Developers license = BSD license_file = LICENSE.rst -url = https://github.com/astropy/pyvo edit_on_github = False github_project = astropy/pyvo +project_urls = + Source = https://github.com/astropy/pyvo + Documentation = https:/pyvo.readthedocs.io +classifiers = + Intended Audience :: Science/Research + License :: OSI Approved :: BSD License + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 3 + Topic :: Database + Topic :: Scientific/Engineering :: Astronomy + Topic :: Software Development :: Libraries + License :: OSI Approved :: BSD License + [options] packages = find: