Fixing URLs.

This commit is contained in:
Ben Vanik 2013-09-26 12:50:49 -07:00
parent 0ad5fbaa90
commit 334bc6ac5c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2012 Google Inc. All Rights Reserved. # Copyright 2012 Google Inc. All Rights Reserved.
# Travis CI script # Travis CI script
# http://travis-ci.org/#!/benvanik/anvil-build # http://travis-ci.org/#!/google/anvil-build
language: python language: python
python: python:

View File

@ -67,8 +67,8 @@ setup(
description='A parallel build system and content pipeline', description='A parallel build system and content pipeline',
long_description=__doc__, long_description=__doc__,
classifiers=CLASSIFIERS, classifiers=CLASSIFIERS,
url='https://github.com/benvanik/anvil-build/', url='https://github.com/google/anvil-build/',
download_url='https://github.com/benvanik/anvil-build/tarball/master#egg=anvil-build-%s' % VERSION, download_url='https://github.com/google/anvil-build/tarball/master#egg=anvil-build-%s' % VERSION,
license='Apache License 2.0', license='Apache License 2.0',
platforms='any', platforms='any',
install_requires=INSTALL_REQUIRES, install_requires=INSTALL_REQUIRES,