Browse Source

Public dependency link.

master
Erik Stein 8 years ago
parent
commit
bac7cc9370
  1. 4
      setup.py

4
setup.py

@ -19,7 +19,7 @@ setup(
long_description=read('README.md'), long_description=read('README.md'),
author='Erik Stein', author='Erik Stein',
author_email='erik@classlibrary.net', author_email='erik@classlibrary.net',
# url='https://github.com/sha-red/django-people/', url='https://github.com/sha-red/django-people/',
license='BSD License', license='BSD License',
platforms=['OS Independent'], platforms=['OS Independent'],
packages=find_packages( packages=find_packages(
@ -33,7 +33,7 @@ setup(
'django-shared-utils', 'django-shared-utils',
], ],
dependency_links=[ dependency_links=[
'git+ssh://gogs@projects.c--y.net/erik/django-shared-utils.git#egg=django-shared-utils', 'git+https://github.com/sha-red/django-shared-utils.git#egg=django-shared-utils',
], ],
extras_require={ extras_require={
'all': [ 'all': [

Loading…
Cancel
Save