Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: adding classifiers and fix urls #2844

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ version = 0.4.7.dev
description = Functions and classes to access online astronomical data resources
author = The Astroquery Developers
license = BSD
url = http://astropy.org/astroquery
project_urls =
Source = https://github.com/astropy/astroquery
Documentation = https://astroquery.readthedocs.io
edit_on_github = False
github_project = astropy/astroquery

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

[build_docs]
source-dir = docs
Expand Down