-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
35 lines (32 loc) · 866 Bytes
/
setup.cfg
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
[metadata]
name = iqrm
url = https://github.com/v-morello/iqrm
author = Vincent Morello
author_email = [email protected]
description = A minimal implementation of the IQRM interference flagging algorithm
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
license = MIT License
license_file = LICENSE
classifiers =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: Unix
Topic :: Scientific/Engineering :: Astronomy
[options]
python_requires = >=2.7
zip_safe = False
include_package_data = True
packages = find:
install_requires =
numpy
pytest
pytest-cov
[versioneer]
VCS = git
style = pep440
versionfile_source = iqrm/_version.py
versionfile_build = iqrm/_version.py
tag_prefix =
parentdir_prefix = iqrm-