This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.4.1: - Bug fixes (in diff and PyPI setup).
- Loading branch information
Showing
4 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include README.md LICENSE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Gitpylib's Release Notes | ||
======================== | ||
|
||
|
||
6th Dec 2013 - 0.4.1 | ||
-------------------- | ||
|
||
* Bug fixes (in diff and PyPI setup). | ||
|
||
|
||
23rd Nov 2013 - 0.4 | ||
------------------- | ||
|
||
* machine-friendly output of diff command. | ||
* Machine-friendly output of diff command. | ||
|
||
|
||
(No notes for previous releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,19 @@ | |
|
||
setup( | ||
name='gitpylib', | ||
version='0.4', | ||
version='0.4.1', | ||
description='A Python library for Git', | ||
long_description=open('README.md').read(), | ||
author='Santiago Perez De Rosso', | ||
author_email='[email protected]', | ||
url='http://github.com/spderosso/gitpylib', | ||
url='http://github.com/sdg-mit/gitpylib', | ||
packages=['gitpylib'], | ||
license='GPLv2', | ||
classifiers=( | ||
'Development Status :: 2 - Pre-Alpha', | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', | ||
'Natural Language :: English', | ||
'Programming Language :: Python', | ||
'Topic :: Software Development :: Libraries', | ||
'Topic :: Software Development :: Version Control', | ||
)) | ||
'Development Status :: 2 - Pre-Alpha', | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', | ||
'Natural Language :: English', | ||
'Programming Language :: Python', | ||
'Topic :: Software Development :: Libraries', | ||
'Topic :: Software Development :: Version Control')) |