Trello » TrelloPy
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

Bump version number and add links to docs.

Changeset 77ca6ab1622c

Parent bae916ac9892

by Profile picture of User 10Tyler G. Hicks-Wright <tghw@fogcreek.com>

Changes to one file · Browse files at 77ca6ab1622c Showing diff from parent bae916ac9892 Diff from another changeset...

Change 1 of 2 Show Entire File setup.py Stacked
 
3
4
5
6
 
7
8
9
 
46
47
48
 
 
 
 
 
 
 
 
 
 
49
50
51
 
3
4
5
 
6
7
8
9
 
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@@ -3,7 +3,7 @@
 from textwrap import dedent    setup(name='trello', - version='0.9', + version='0.9.1',   packages=['trello'],   license=dedent("""\   Copyright (c) 2012, Fog Creek Software, Inc. @@ -46,6 +46,16 @@
    $ pip install trello   + Documentation: + -------------- + You can find documentation for the Python API at: + + http://packages.python.org/trello/ + + And documentation for the Trello API at: + + https://trello.com/docs/api/ +   """),   author='Fog Creek Software',   author_email='customer-service@fogcreek.com',