Skip to content

Commit af2356b

Browse files
committed
Remove markdown readme, no need to duplicate and have two readmes
1 parent e99efe2 commit af2356b

File tree

4 files changed

+6
-87
lines changed

4 files changed

+6
-87
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md LICENSE
1+
include README.rst LICENSE

README.md

-83
This file was deleted.

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Caches thread objects. Fun stuff.
88
An absolute must if you want to interface with or scrape from 4chan,
99
using a Python script.
1010

11+
Documentation is located `here <http://basc-py4chan.readthedocs.org/en/latest/index.html>`_, still being written but already quite useful.
12+
1113
`You can install this wrapper library straight from
1214
PyPi <https://pypi.python.org/pypi/BASC-py4chan>`__.
1315

@@ -23,7 +25,7 @@ the following improvements.
2325

2426
(we might need to move this to documentation)
2527

26-
Changes by `antonizoon <https://github.com/antonizoon>`__:
28+
Changes by `antonizoon <https://github.com/antonizoon>`_:
2729

2830
- **4chan Link Structure Update** - 4chan has heavily reformed it's
2931
link structure, finally removing the strange folder structure
@@ -45,7 +47,7 @@ Changes by `antonizoon <https://github.com/antonizoon>`__:
4547

4648
--------------
4749

48-
Changes by `Anorov <https://github.com/Anorov/py-4chan>`__:
50+
Changes by `Anorov <https://github.com/Anorov/py-4chan>`_:
4951

5052
- **Anorov's underscore\_function\_notation** - Even I have to say that
5153
CamelCase is beginning to suck, so we've adopted Anorov's function

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
package_dir={
3030
'basc_py4chan': 'basc_py4chan',
3131
},
32-
package_data={'': ['README.md', 'LICENSE']},
32+
package_data={'': ['README.rst', 'LICENSE']},
3333
install_requires=['requests >= 1.0.0']
3434
)

0 commit comments

Comments
 (0)