Skip to content

Commit

Permalink
Update PT file
Browse files Browse the repository at this point in the history
- remove VERSION key/value
- change sources release path
  • Loading branch information
franzlst committed Mar 31, 2017
1 parent ae2d91d commit eacd252
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python-jsonconversion.pt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ NAME = python-jsonconversion
MAINTAINER = Franz Steinmetz <franz[email protected]>
DESCRIPTION = Convert arbitrary Python objects into JSON strings and back
DOCUMENTATION = https://rmc-github.robotic.dlr.de/common/python-jsonconversion
VERSION = 0.2.0

SUPPORTED_LANGUAGES = python
DEPENDS =
ARCHS = sled11-x86-gcc4.x, sled11-x86_64-gcc4.x, osl42-x86_64

PYTHON_PATHS = ${PKGROOT}/lib/python2.7/site-packages
PYTHON_PATHS = ${PKGROOT}/src


[install]
src/jsonconversion | !*.pyc => lib/python2.7/site-packages/jsonconversion
src/jsonconversion => src/jsonconversion

0 comments on commit eacd252

Please sign in to comment.