Added `url` in setup.py, so sdist actually works again.
parent
0950b86ca9
commit
42d525a895
1
setup.py
1
setup.py
|
|
@ -8,6 +8,7 @@ setup(
|
||||||
author_email = 'bert.constantin@gmx.de',
|
author_email = 'bert.constantin@gmx.de',
|
||||||
maintainer = 'Christopher Glass',
|
maintainer = 'Christopher Glass',
|
||||||
maintainer_email = 'tribaal@gmail.com',
|
maintainer_email = 'tribaal@gmail.com',
|
||||||
|
url = 'https://github.com/chrisglass/django_polymorphic',
|
||||||
packages = [
|
packages = [
|
||||||
'polymorphic',
|
'polymorphic',
|
||||||
'polymorphic.templatetags',
|
'polymorphic.templatetags',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue