Commit fbb6cf0e authored by Julien Muchembled's avatar Julien Muchembled

xml_marshaller: fix changelog

parent 09ee1d01
include CHANGES.rst
recursive-include src *.xsd recursive-include src *.xsd
...@@ -10,7 +10,7 @@ def read(name): ...@@ -10,7 +10,7 @@ def read(name):
long_description=( long_description=(
read('README.txt') read('README.txt')
+ '\n' + + '\n' +
read('CHANGES.txt') read('CHANGES.rst')
) )
setup(name=name, setup(name=name,
......
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