Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Planex 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <jonathan.ludlam@citrix.com>
  • Loading branch information
jonludlam committed Oct 31, 2014
1 parent fcf3f24 commit eadba4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 297 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.5.0:
* Initial release

90 changes: 0 additions & 90 deletions Makefile

This file was deleted.

206 changes: 0 additions & 206 deletions pkg.py

This file was deleted.

5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
from setuptools import setup

setup(name='planex',
version='0.0.0',
version='0.5.0',
packages=['planex'],
entry_points={
'console_scripts': [
'planex-configure = planex.configure:_main',
'planex-build = planex.build:main',
'planex-clone = planex.clone:main',
'planex-cache = planex.cache:_main',
'planex-downloader = planex.downloader:main',
'planex-makedeb = planex.makedeb:main',
'planex-specdep = planex.specdep:main'
]
})

0 comments on commit eadba4d

Please sign in to comment.