-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
31 lines (30 loc) · 931 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
30
31
[metadata]
name = pylinx
author = Benedek Racz
author-email = betontalpfa@gmail.com
summary = Python wrapper for Xilinx tools
description-file = README.md
long-description-content-type = text/markdown
requires-python = >=3.4
project_urls =
Source Code = https://github.com/raczben/pylinx
license = MIT
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords =
FPGA, Xilinx, Vivado, SDK, XSDK, scripting, automation, expect, pexpect, wexpect
[options.extras_require]
test =
coverage
tox
setuptools>=38.0
codecov
twine