From 46bffe9ac297e8a48a847c7c285a2ccd892b298e Mon Sep 17 00:00:00 2001 From: Davide Guerri Date: Thu, 17 Jul 2014 11:08:59 +0100 Subject: [PATCH] Fix README extension also adding a proper description file. --- DESCRIPTION | 10 ++++++++++ README => README.md | 0 setup.cfg | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 DESCRIPTION rename README => README.md (100%) diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..53f1f86 --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,10 @@ +What is git-upstream? + +git-upstream is an open source Python application that can be used to keep in +sync with upstream open source projects, mainly OpenStack. + +git-upstream provides new git subcommands to support rebasing of local-carried +patches on top of upstream repositories. It provides commands to ease the use of +git for who needs to integrate big upstream projects in their environment (i.e., +feature branch creation/finishing, release starting/finishing). +The operations are performed using Git commands. diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/setup.cfg b/setup.cfg index 7489798..945ddb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ maintainer = Davide Guerri maintainer-email = davide.guerri@hp.com home-page = https://pypi.python.org/pypi/git-upstream summary = git tool to help manage upstream repositories -description-file = README +description-file = DESCRIPTION license = Apache License (2.0) keywords = git upstream workflow classifiers =