-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
29 lines (27 loc) · 905 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
[metadata]
name = jscodegen
author = Kristian Sons
author_email = [email protected]
license = MIT
description = Python analogue of escodegen, the library for transforming ESPrima AST back into JS.
url = https://github.com/up9inc/jscodegen.py
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Development Status :: 4 - Beta
Environment :: Other Environment
Intended Audience :: Developers
License :: OSI Approved
License :: OSI Approved :: MIT
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
keywords = ESPrima, AST, Mozilla, escodegen, JS, JavaScript, ECMAScript
[options]
python_requires = >=3.4
zip_safe = True
packages = jscodegen
setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3
[bdist_wheel]
universal = 1