Fixing URLs.
This commit is contained in:
parent
0ad5fbaa90
commit
334bc6ac5c
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2012 Google Inc. All Rights Reserved.
|
||||
|
||||
# Travis CI script
|
||||
# http://travis-ci.org/#!/benvanik/anvil-build
|
||||
# http://travis-ci.org/#!/google/anvil-build
|
||||
|
||||
language: python
|
||||
python:
|
||||
|
|
4
setup.py
4
setup.py
|
@ -67,8 +67,8 @@ setup(
|
|||
description='A parallel build system and content pipeline',
|
||||
long_description=__doc__,
|
||||
classifiers=CLASSIFIERS,
|
||||
url='https://github.com/benvanik/anvil-build/',
|
||||
download_url='https://github.com/benvanik/anvil-build/tarball/master#egg=anvil-build-%s' % VERSION,
|
||||
url='https://github.com/google/anvil-build/',
|
||||
download_url='https://github.com/google/anvil-build/tarball/master#egg=anvil-build-%s' % VERSION,
|
||||
license='Apache License 2.0',
|
||||
platforms='any',
|
||||
install_requires=INSTALL_REQUIRES,
|
||||
|
|
Loading…
Reference in New Issue