diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 8d19480..8c68075 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -1,4 +1,4 @@ -
Tablib is an MIT Licensed format-agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export.
@@ -35,7 +35,7 @@Tablib is an MIT Licensed format-agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export.
diff --git a/setup.py b/setup.py index ccde09a..aad742d 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( long_description_content_type="text/markdown", author='Kenneth Reitz', author_email='me@kennethreitz.org', - url='http://python-tablib.org', + url='https://tablib.readthedocs.io', packages=packages, license='MIT', classifiers=[