-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
27 lines (26 loc) · 886 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
[aliases]
test=pytest
[metadata]
author = Jim Persson
author_email = [email protected]
url = https://github.com/blejdfist/pycodegen
license = MIT
license_file = LICENSE
platform = any
description = Simple code generation tool with support for multiple types of inputs
long_description = file: README.rst
keywords = code generation, libclang, codegenerator
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Topic :: Software Development
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Pre-processors
Topic :: Utilities