-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (28 loc) · 1.02 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
[metadata]
name = nb_mypy
author = Lars van den Haak, Tom Verhoeff
author_email = [email protected]
license = MIT
description = Nb Mypy is a facility to automatically run mypy on Jupyter notebook cells as they are executed, whilst retaining information about the execution history.
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
url = https://gitlab.tue.nl/jupyter-projects/nb_mypy
project_urls =
Documentation = https://gitlab.tue.nl/jupyter-projects/nb_mypy/-/blob/master/Nb_Mypy.ipynb
Source = https://gitlab.tue.nl/jupyter-projects/nb_mypy
Bug Tracker = https://github.com/sakehl/nb_mypy/issues
keywords = Type Checking, Notebooks, IPython, MyPy
platforms = Linux, Mac OSX, Windows
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Framework :: IPython
[options]
packages = find:
python_requires = >=3.8
install_requires =
astor >= 0.8, <1
mypy >= 1, <2
ipython >= 8.0, <9