aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api/java/jvpp-registry/org/openvpp/jvpp/JVpp.java
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16VPP-205: jvpp plugin support.Marek Gradzki1-0/+56
Splits jvpp into two jars jvpp-registry.jar - base jvpp functionality jvpp-core.jar - Java wrapper for vpe.api Plugins can be generated the same way jvpp-core.jar is. Example (nsh): https://gerrit.fd.io/r/#/c/2118/ Change-Id: I2254f90b2c3e423563bb91bf70877979f1e90a7d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
on> Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg/setup.cfg
blob: b4abd1bd3011952fdfd07588503387d618f16672 (plain)
1
2
3
4
5
6
7
[metadata]
# This includes the license file in the wheel.
license_file = LICENSE.txt

[bdist_wheel]
# TODO: Make the code work both on Python 2 and 3.
universal=0