Fixing URLs.
This commit is contained in:
parent
0ad5fbaa90
commit
334bc6ac5c
|
@ -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:
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue