-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (45 loc) · 1.72 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
45
46
47
48
49
# See: https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata
[options]
zip_safe = True
include_package_data = True
python_requires = >=3.8
packages = find:
[options.package_data]
* = *.c, *.h, *.nim, *.nims
[options.exclude_package_data]
* = *.py, *.so, *.md, *.dll, *.zip, *.js, *.tests, *.tests.*, tests.*, tests, README.md
[options.packages.find]
where = .
include = *.c, *.h, *.nim, *.nims
exclude = *.py, *.so, *.dll, *.zip, *.js, *.tests, *.tests.*, tests.*, tests, README.md
[metadata]
name = nim4py
description = NimScript interoperability for Python.
url = https://github.com/juancarlospaco/nim4py
author = Juan Carlos
author_email = [email protected]
maintainer = Juan Carlos
keywords = python3, python4, cpython, speed, cython, rust, wasm, c, performance, compiled, native, fast, nim, argentina, scripting, nimscript
license = MIT
platforms = Linux, Darwin, Windows
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Other Audience
Natural Language :: English
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
version =