mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
update travis-ci badge url
This commit is contained in:
parent
246dfb5b7e
commit
93cdf59dec
@ -1,5 +1,5 @@
|
||||
.. image:: https://travis-ci.org/nlevitt/doublethink.svg?branch=master
|
||||
:target: https://travis-ci.org/nlevitt/doublethink
|
||||
.. image:: https://travis-ci.org/internetarchive/doublethink.svg?branch=master
|
||||
:target: https://travis-ci.org/internetarchive/doublethink
|
||||
|
||||
doublethink
|
||||
============
|
||||
|
4
setup.py
4
setup.py
@ -3,7 +3,7 @@ import codecs
|
||||
|
||||
setuptools.setup(
|
||||
name='doublethink',
|
||||
version='0.2.0.dev66',
|
||||
version='0.2.0.dev67',
|
||||
packages=['doublethink'],
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2.7',
|
||||
@ -12,7 +12,7 @@ setuptools.setup(
|
||||
'Programming Language :: Python :: 3.6',
|
||||
],
|
||||
install_requires=['rethinkdb'],
|
||||
url='https://github.com/nlevitt/doublethink',
|
||||
url='https://github.com/internetarchive/doublethink',
|
||||
author='Noah Levitt',
|
||||
author_email='nlevitt@archive.org',
|
||||
description='rethinkdb python library',
|
||||
|
Loading…
x
Reference in New Issue
Block a user