Skip to content

Commit

Permalink
minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mayureshnw committed Jun 5, 2015
1 parent d44f165 commit 0f6f1fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Things shouldn't be this way. Not in Python.

- Written in uncomplicated Python
- Easy to [install](https://github.com/mnw2212/gity#installation)
- Stupidly [easy to use](https://github.com/mnw2212/gity#usage)
- Works on Linux and Mac

## Current Support
Expand All @@ -33,7 +32,6 @@ Things shouldn't be this way. Not in Python.
- git push
- git pull
- git checkout
- git reset head

## Installation

Expand Down Expand Up @@ -64,7 +62,7 @@ PRs are welcome. To begin developing, follow this:

```bash
# make virtual env
$ git clone --recursive [email protected]:mnw2212/gity.git
$ git clone --recursive [email protected]:Mnw2212/gity.git
$ cd gity/
$ python gity/gity.py
```
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
author='Mayuresh Waykole',
author_email='[email protected]',
description='The Git magician for Python',
long_description=open(README.md).read(),
long_description=open('README.md').read(),
packages=['gity'],
include_package_data=True,
platforms='any',
keywords='python git shell',
classifiers=[],
)
)

0 comments on commit 0f6f1fe

Please sign in to comment.