-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
49 lines (45 loc) · 1014 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = hissw
description = Seamlessly integrate SSWIDL code into your Python workflow
long_description = file: README.md
long_description_content_type = text/markdown
author = Will Barnes
author_email = [email protected]
url = https://github.com/wtbarnes/hissw
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
keywords =
solar
sun
ssw
solar-physics
idl
sswidl
solarsoft
project_urls =
Documentation = https://wtbarnes.github.io/hissw/
Source = https://github.com/wtbarnes/hissw/
[options]
zip_safe = False
packages = find:
setup_requires =
setuptools_scm
include_package_data = True
python_requires = >=3.6
install_requires =
jinja2
scipy
[options.extras_require]
astropy =
astropy
test =
pytest
astropy
docs =
mkdocs
mkdocs-material
[options.package_data]
hissw = templates/*