From afed3639f6473da42d505fa46935a5820095c180 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 5 Oct 2011 09:39:20 -0400 Subject: Add HISTORY.rst to keep a log of changes for each release --- HISTORY.rst | 2 ++ MANIFEST.in | 2 +- setup.py | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 HISTORY.rst diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..7e21346 --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,2 @@ +History +------- diff --git a/MANIFEST.in b/MANIFEST.in index 0c73842..3df5357 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include README.rst LICENSE +include HISTORY.rst README.rst LICENSE diff --git a/setup.py b/setup.py index df99c5a..e11410b 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ if sys.argv[-1] == "test": setup(name='dotfiles', version=__version__, description='Easily manage your dotfiles', - long_description=open('README.rst').read(), + long_description=open('README.rst').read() + '\n\n' + + open('HISTORY.rst').read(), author='Jon Bernard', author_email='jbernard@tuxion.com', url='https://github.com/jbernard/dotfiles', -- cgit v1.2.3