Skip to content

Commit

Permalink
Merge pull request #34 from duncanmmacleod/update-metadata
Browse files Browse the repository at this point in the history
Update project metadata
  • Loading branch information
duncanmmacleod committed Jan 28, 2022
2 parents f066262 + a126817 commit 72f206c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[build-system]
requires = ["setuptools>=30.3.0", "wheel"]
requires = [
"setuptools>=30.3.0",
"wheel",
]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
addopts = "-r a"
filterwarnings = [
"error",
]
15 changes: 11 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@

[metadata]
name = dqsegdb2
license = GPL-3.0-or-later
license_files = LICENSE
author = Duncan Macleod
author_email = 'duncan.macleod@ligo.org
url = 'https://github.com/duncanmmacleod/dqsegdb2
description = 'Simplified python interface to DQSEGDB
license = GPL-3.0-or-later
license_files = LICENSE
long_description = file: README.rst
long_description_content_type = text/markdown
# urls
url = https://github.com/duncanmmacleod/dqsegdb2/
download_url = https://pypi.org/project/dqsegdb2/
project_urls =
Bug Tracker = https://github.com/duncanmmacleod/dqsegdb2/issues
Documentation = https://dqsegdb2.readthedocs.io
Source Code = https://github.com/duncanmmacleod/dqsegdb2.git
# classifiers
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Expand All @@ -33,7 +40,7 @@ classifiers =
packages = find:
python_requires = >=3.6
setup_requires =
setuptools >=30.3.0
setuptools >= 30.3.0
install_requires =
igwn-auth-utils[requests]
ligo-segments
Expand Down

0 comments on commit 72f206c

Please sign in to comment.