Skip to content

Commit d7e3c59

Browse files
Merge pull request #3 from apatrushev/master
README updates
2 parents f6cddd6 + 27a3758 commit d7e3c59

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.txt renamed to README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,15 @@ then import the ``initpkg`` function from that new place and
7070
are good to go.
7171

7272
.. _`small pure python module`:
73-
.. _`apipkg.py`: http://bitbucket.org/hpk42/apipkg/src/tip/apipkg.py
73+
.. _`apipkg.py`: https://github.com/pytest-dev/apipkg/blob/master/src/apipkg/__init__.py
7474

7575
Feedback?
7676
-----------------------
7777

7878
If you have questions you are welcome to
7979

8080
* join the #pylib channel on irc.freenode.net
81-
* subscribe to the http://codespeak.net/mailman/listinfo/py-dev list.
82-
* create an issue on http://bitbucket.org/hpk42/apipkg/issues
81+
* create an issue on https://github.com/pytest-dev/apipkg/issues
8382

8483
have fun,
8584
holger krekel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def readme():
6-
with open('README.txt') as fp:
6+
with open('README.rst') as fp:
77
return fp.read()
88

99

0 commit comments

Comments
 (0)