Skip to content

Commit 18dfe95

Browse files
committed
DOC: adding classifiers and fix urls
1 parent 6eefe6d commit 18dfe95

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

setup.cfg

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@ version = 0.4.7.dev
44
description = Functions and classes to access online astronomical data resources
55
author = The Astroquery Developers
66
license = BSD
7-
url = http://astropy.org/astroquery
7+
project_urls =
8+
Source = https://github.com/astropy/astroquery
9+
Documentation = https://astroquery.readthedocs.io
810
edit_on_github = False
911
github_project = astropy/astroquery
10-
12+
classifiers =
13+
Intended Audience :: Science/Research
14+
License :: OSI Approved :: BSD License
15+
Operating System :: OS Independent
16+
Programming Language :: Python
17+
Programming Language :: Python :: 3
18+
Topic :: Database
19+
Topic :: Scientific/Engineering :: Astronomy
20+
Topic :: Software Development :: Libraries
21+
License :: OSI Approved :: BSD License
1122

1223
[build_docs]
1324
source-dir = docs

0 commit comments

Comments
 (0)