-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (32 loc) · 980 Bytes
/
setup.cfg
File metadata and controls
37 lines (32 loc) · 980 Bytes
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
[metadata]
name = pynsgr
version = 1.0.4
author = "Terry Schwartz, Padraig Gleeson"
author_email = terri@sdsc.edu
url = https://github.com/OpenSourceBrain/pynsgr
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers=
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
[options]
install_requires =
requests >= 2.5.3
packages = find:
[options.packages.find]
where = .
include = pynsgr*
[options.entry_points]
console_scripts =
nsgr_submit = pynsgr.commands.nsgr_submit:main
nsgr_job = pynsgr.commands.nsgr_job:main