Added url in setup.py, so sdist actually works again.
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user