-
Notifications
You must be signed in to change notification settings - Fork 83
/
setup.cfg
44 lines (40 loc) · 1.15 KB
/
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
[metadata]
description = A SAS kernel for Jupyter
long_description = file: Readme.md
long_description_content_type = text/markdown
author = Jared Dean
license = Apache Software License
license_files = LICENSE.txt
author_email [email protected]
url = https://github.com/sassoftware/sas_kernel
classifiers =
Framework :: IPython
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Intended Audience :: Science/Research
Intended Audience :: Developers
Operating System :: OS Independent
Topic :: Software Development
Topic :: System :: Shells
[options]
install_requires =
saspy >= 3.6
metakernel >= 0.27.5
jupyter_client >= 6
ipython >= 7
setup_requires =
metakernel >= 0.27.5
jupyter_client >= 6
ipython >= 7
[options.extras_require]
jlab_ext =
jupyterlab >=3
jlab_create_sas_file
sas2nb
sas_log_viewer