-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (41 loc) · 1.22 KB
/
setup.cfg
File metadata and controls
43 lines (41 loc) · 1.22 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
[metadata]
name = oscript
description = Modules for implementing Subaru Telescope Observation Script
long_description = file: README.txt
long_description_content_type = text/plain
author = Software Division, Subaru Telescope, NAOJ
author_email = ocs@naoj.org
license = BSD
license_files = LICENSE.txt
url = https://github.com/naojsoft/oscript
edit_on_github = False
github_project = naojsoft/oscript
keywords = subaru, telescope, parsing, observation, script, tools
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: POSIX
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[options]
zip_safe = False
packages = find:
python_requires = >=3.8
install_requires =
ply>=3.11
setup_requires =
setuptools_scm
include_package_data = False
scripts =
scripts/check_ope
scripts/sk_lexer
scripts/sk_parser
scripts/sk_decode
scripts/para_lexer
scripts/para_parser
scripts/para_validator
scripts/testfunc_sk_parser