-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathsetup.cfg
41 lines (39 loc) · 1.29 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
[metadata]
name = esprima
version = 4.0.1
author = German M. Bravo (Kronuz)
author_email = [email protected]
license = BSD-2-Clause
license_files = LICENSE.BSD
description = ECMAScript parsing infrastructure for multipurpose analysis in Python
keywords =
esprima
ecmascript
javascript
parser
ast
url = https://github.com/Kronuz/esprima-python
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Compilers
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Text Processing :: General
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[options]
packages = esprima
setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3
[options.entry_points]
console_scripts = esprima = esprima.__main__:main