-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathsetup.cfg
52 lines (49 loc) · 1.33 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
50
51
52
[metadata]
version = 1.0.10
license_files = LICENSE
name = Cantonese
author = Stepfen Shawn
author_email = [email protected]
description = The Cantonese programming language
url = https://github.com/StepfenShawn/Cantonese
project_urls =
Cantonese source = https://github.com/StepfenShawn/Cantonese
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Natural Language :: Cantonese
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Operating System :: POSIX :: BSD
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages =
can_source
can_source/can_ast
can_source/can_compiler
can_source/can_error
can_source/can_lexer
can_source/can_macros
can_source/can_parser
can_source/can_utils
can_source/llvm_core
can_source/web_core
python_requires = >=3.5
install_requires=
setuptools >= 0.7.0
pygments >= 2.12.0
zhconv >= 1.4.3
setup_requires =
setuptools_scm >= 1.15
include_package_data = True
[options.entry_points]
console_scripts =
cantonese = can_source.cantonese:main