diff --git a/MANIFEST.in b/MANIFEST.in index 054635b..92420a5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,5 @@ include INSTALL include README -include TODO include CHANGELOG include COPYRIGHT include LICENSE diff --git a/tox.ini b/tox.ini index 3dda9ab..afafeaf 100644 --- a/tox.ini +++ b/tox.ini @@ -14,4 +14,4 @@ setenv = sqlite: DB_NAME={env:SQLITE_NAME::memory:} postgresql: DB_NAME={env:POSTGRESQL_NAME:test} mysql: DB_NAME={env:MYSQL_NAME:test} -install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages} +install_command = pip install --pre --find-links http://trydevpi.trytonspain.com/ --find-links https://trydevpi.tryton.org/ {opts} {packages}