Skip to content

Commit

Permalink
more distribution changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Apr 15, 2012
1 parent 5dd3e84 commit 38151f9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v0.1.1
Tweak distribution crap to be more Pythonic

v0.1.0
Initial release
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md
include README.rst
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ To run the tests, run `python tests.py`. Three environment variables must be set
And run (from `py-trello/`):

PYTHONPATH=. python test/test_trello.py

Contributors
============

`Adrien Lemaire <https://github.com/Fandekasp>`_
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

setup(
name = "py-trello",
version = "0.1",
version = "0.1.1",

description = 'Python wrapper around the Trello API',
long_description = open('README.md').read(),
long_description = open('README.rst').read(),
author = 'Richard Kolkovich',
author_email = '[email protected]',
url = 'https://trello.com/board/py-trello/4f145d87b2f9f15d6d027b53',
Expand Down

0 comments on commit 38151f9

Please sign in to comment.