Skip to content

Commit cd07767

Browse files
committed
renamed README.rst.txt to README.rst (github does not understand its a read me otherwise)
1 parent 864eda3 commit cd07767

9 files changed

+5
-5
lines changed

README.rst.txt README.rst

File renamed without changes.
-4 Bytes
Binary file not shown.

docs/html/.doctrees/pymunk.doctree

0 Bytes
Binary file not shown.

docs/html/.doctrees/readme.doctree

-4 Bytes
Binary file not shown.

docs/html/_sources/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Readme
33
======
44

5-
.. include:: ../../README.rst.txt
5+
.. include:: ../../README.rst

docs/html/pymunk.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2><a class="reference internal" href="#module-pymunk" title="pymunk"><tt class
119119

120120
<dl class="data">
121121
<dt id="pymunk.chipmunk_version">
122-
<tt class="descclassname">pymunk.</tt><tt class="descname">chipmunk_version</tt><em class="property"> = '&lt;Mock object at 0x1057d1710&gt;R3bdf1b7b3c'</em><a class="headerlink" href="#pymunk.chipmunk_version" title="Permalink to this definition"></a></dt>
122+
<tt class="descclassname">pymunk.</tt><tt class="descname">chipmunk_version</tt><em class="property"> = '&lt;Mock object at 0x10e305710&gt;R3bdf1b7b3c'</em><a class="headerlink" href="#pymunk.chipmunk_version" title="Permalink to this definition"></a></dt>
123123
<dd><p>The Chipmunk version compatible with this pymunk version.
124124
Other (newer) Chipmunk versions might also work if the new version does not
125125
contain any breaking API changes.</p>

docs/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/readme.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Readme
33
======
44

5-
.. include:: ../../README.rst.txt
5+
.. include:: ../../README.rst

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def run(self):
129129
, author_email='[email protected]'
130130
, version='4.0.0' # remember to change me for new versions!
131131
, description='pymunk is a easy-to-use pythonic 2d physics library built on top of Chipmunk'
132-
, long_description=open('README.rst.txt').read()
132+
, long_description=open('README.rst').read()
133133
, packages=['pymunk','pymunkoptions']
134134
, package_data = {'pymunk': ['chipmunk.dll'
135135
, 'chipmunk64.dll'

0 commit comments

Comments
 (0)