diff --git a/README.rst b/README.rst
index 6211236..41075a2 100644
--- a/README.rst
+++ b/README.rst
@@ -56,9 +56,9 @@ Documentation is located `here `_ has adopted the
+Since Edgeworth has gone MIA, `The Bibliotheca Anonoma `_ has adopted the
project and made the following improvements.
Changes by `antonizoon `_
diff --git a/docs/conf.py b/docs/conf.py
index 2fa7a36..d9143f7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,16 +42,16 @@
# General information about the project.
project = u'BASC-py4chan'
-copyright = u'2014, Antonizoon (Lawrence Wu)'
+copyright = u'2014, Antonizoon Overtwater'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '0.4.2'
+version = '0.6.3'
# The full version, including alpha/beta/rc tags.
-release = '0.4.2'
+release = '0.6.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -194,7 +194,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'BASC-py4chan.tex', u'BASC-py4chan Documentation',
- u'Antonizoon (Lawrence Wu)', 'manual'),
+ u'Antonizoon Overtwater', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -224,7 +224,7 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'basc-py4chan', u'BASC-py4chan Documentation',
- [u'Antonizoon (Lawrence Wu)'], 1)
+ [u'Antonizoon Overtwater'], 1)
]
# If true, show URL addresses after external links.
@@ -238,7 +238,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'BASC-py4chan', u'BASC-py4chan Documentation',
- u'Antonizoon (Lawrence Wu)', 'BASC-py4chan', 'One line description of project.',
+ u'Antonizoon Overtwater', 'BASC-py4chan', 'One line description of project.',
'Miscellaneous'),
]
diff --git a/setup.py b/setup.py
index 67637eb..d06e7b1 100755
--- a/setup.py
+++ b/setup.py
@@ -22,8 +22,8 @@
"original py-4chan wrapper."),
long_description=open('README.rst').read(),
license=open('LICENSE').read(),
- author='Antonizoon (Lawrence Wu)',
- author_email='sagnessagiel@gmail.com',
+ author='Antonizoon Overtwater',
+ author_email='antonizoon@bibanon.org',
url='http://github.com/bibanon/BASC-py4chan',
packages=['basc_py4chan'],
package_dir={