-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
36 lines (31 loc) · 936 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
[metadata]
name = pynsgr
version = 1.0.3
author = "Terry Schwartz, Padraig Gleeson"
author_email = [email protected]
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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
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