|
6 | 6 | # * mypy
|
7 | 7 | # * options.entry_points
|
8 | 8 |
|
9 |
| -[metadata] |
10 |
| -name = notebook2script |
11 |
| -author = Dominic Davis-Foster |
12 |
| -author_email = dominic@davis-foster.co.uk |
13 |
| -license = GNU General Public License v2 (GPLv2) |
14 |
| -keywords = jupyter-notebook, utility, converter |
15 |
| -long_description = file: README.rst |
16 |
| -long_description_content_type = text/x-rst |
17 |
| -platforms = Windows, macOS, Linux |
18 |
| -url = https://github.com/PyMassSpec/notebook2script |
19 |
| -project_urls = |
20 |
| - Documentation = https://notebook2script.readthedocs.io/en/latest |
21 |
| - Issue Tracker = https://github.com/PyMassSpec/notebook2script/issues |
22 |
| - Source Code = https://github.com/PyMassSpec/notebook2script |
23 |
| -classifiers = |
24 |
| - Development Status :: 4 - Beta |
25 |
| - Environment :: Console |
26 |
| - Intended Audience :: Developers |
27 |
| - Intended Audience :: End Users/Desktop |
28 |
| - License :: OSI Approved :: GNU General Public License v2 (GPLv2) |
29 |
| - Operating System :: OS Independent |
30 |
| - Operating System :: POSIX :: Linux |
31 |
| - Programming Language :: Python |
32 |
| - Programming Language :: Python :: 3 :: Only |
33 |
| - Programming Language :: Python :: 3.6 |
34 |
| - Programming Language :: Python :: 3.7 |
35 |
| - Programming Language :: Python :: 3.8 |
36 |
| - Programming Language :: Python :: 3.9 |
37 |
| - Programming Language :: Python :: Implementation :: CPython |
38 |
| - Topic :: Software Development |
39 |
| - Topic :: Utilities |
40 |
| - Typing :: Typed |
41 |
| - |
42 |
| -[options] |
43 |
| -python_requires = >=3.6.1 |
44 |
| -zip_safe = False |
45 |
| -include_package_data = True |
46 |
| -packages = find: |
47 |
| - |
48 |
| -[options.packages.find] |
49 |
| -exclude = |
50 |
| - doc-source |
51 |
| - tests |
52 |
| - tests.* |
53 |
| - |
54 | 9 | [mypy]
|
55 | 10 | python_version = 3.6
|
56 | 11 | namespace_packages = True
|
|
0 commit comments