add types to pypi distribution

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-26 17:40:38 +02:00
parent aef91d972e
commit 7a34c6cd28
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include docs/changelog docs/changelog-2.1
recursive-include docs/gfx *.png *.text
recursive-include docs *.text *.html *.1 *.7
recursive-include conf *

View File

@ -5,6 +5,9 @@ Changelog
* Exception: No braces means author == Nico Schottelius
2.1.0pre2:
* PyPi: Add conf/ directory to distribution
2.1.0pre1: 2012-10-26
* Core: Removed obsolete variable __self
* Removed type __addifnosuchline (replaced by __line)