Commit eff5df0a authored by Julien Muchembled's avatar Julien Muchembled

CHANGES.txt -> CHANGELOG.rst

parent d4c19698
include CHANGES.txt
include CHANGELOG.rst
include README.rst
\ No newline at end of file
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
version = '0.23'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
open("CHANGELOG.rst").read() + "\n"
# extras_requires are not used because of
# https://bugs.launchpad.net/zc.buildout/+bug/85604
......
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