-
Notifications
You must be signed in to change notification settings - Fork 23
/
setup.cfg
29 lines (28 loc) · 1015 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 = yinyang
version = 0.3.0
author = Dominik Winterer, Chengyu Zhang, Jiwon Park, Zhendong Su, Nicola Dardanis, Lucas Weitzendorf
author_email = [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
description = A fuzzing framework for SMT solvers
long_description = file: README.md
long_description_content_type = text/markdown
url = https://testsmt.github.io/
project_urls =
Bug Tracker = https://github.com/testsmt/yinyang/issues
Documentation = https://yinyang.readthedocs.io/en/latest/
Source Code = https://github.com/testsmt/yinyang
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
include_package_data = True
packages = find:
install_requires =
antlr4-python3-runtime==4.9.2
ffg==0.1.2
python_requires = >=3.6
scripts =
bin/yinyang
bin/opfuzz
bin/typefuzz