-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
48 lines (45 loc) · 1.38 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
[metadata]
name = devana
version = attr: devana._version.__version__
author = JhnW
author_email = [email protected]
description = Python package to parse and generate C/C++ code as context aware preprocessor.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/JhnW/devana
project_urls =
Source = https://github.com/JhnW/devana
Bug Tracker = https://github.com/JhnW/devana/issues
Documentation = http://jhnw.github.io/devana
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Compilers
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: MacOS
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
keywords =
C++
development
parser
generator
license = LGPLv2+
[options]
python_requires = >=3.8
install_requires =
libclang==18.1.1
packages =find:
package_dir =
=src
include_package_data = True
[options.packages.find]
where = src
exclude = src/devana