-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
33 lines (30 loc) · 967 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
[metadata]
name = pymwalib
version = 0.16.3
author = Greg Sleap
author_email = [email protected]
license = 'mpl-2.0'
description = A python wrapper for mwalib to work with raw data from the Murchison Widefield Array (MWA)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MWATelescope/pymwalib
keywords =
MWA
radioastronomy
project_urls =
Bug Tracker = https://github.com/MWATelescope/pymwalib/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Astronomy
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src