-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
57 lines (47 loc) · 1.4 KB
/
setup.cfg
File metadata and controls
57 lines (47 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = ixpepy
description = 3ML plugins for the IXPE mission
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/threeML/ixpepy
author_email = niccolo.dilalla@stanford.edu
author = Niccolò Di Lalla
requires_python = >=3.9.0
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
Operating System :: POSIX
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Astronomy
project_urls =
Bug Tracker = https://github.com/threeML/ixpepy/issues
Source Code = https://github.com/threeML/ixpepy
[options]
packages = find:
install_requires =
astromodels
astropy
matplotlib
numpy>=1.18
threeML
tests_require =
pytest
pytest-codecov
[tool:pytest]
# Options for py.test:
# Specify command line options as you would do when invoking py.test directly.
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# in order to write a coverage file that can be read by Jenkins.
#addopts = --color=yes --cov=ixpe --cov-report=term -ra --ignore=ixpe/test --ignore=ixpe/_version.py
#log_cli = 1
#log_cli_level = INFO
#testpaths = ixpe/test
#norecursedirs = ixpe/test
[versioneer]
VCS=git
style=pep440
versionfile_source=ixpepy/_version.py
versionfile_build=ixpepy/_version.py
tag_prefix=v
parentdir_prefix=ixpepy-