Fix manifest

parent 25661279
Changes
=======
0.10.2 (Unreleased)
0.10.2 (2012-08-02)
-------------------
* No change yet.
* Update manifest to include readme.rst [Cedric de Saint Martin]
0.10.1 (2012-08-02)
-------------------
......
include CHANGES.txt
include README.rst
\ No newline at end of file
from setuptools import setup, find_packages
version = '0.10.2-dev'
version = '0.10.2'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment