Skip to content
Snippets Groups Projects
Verified Commit 835acc68 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update repo URL

parent ed451a38
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ setup( ...@@ -10,9 +10,9 @@ setup(
description='Include JavaScript libraries with readable template tags', description='Include JavaScript libraries with readable template tags',
long_description=open(os.path.join(MYDIR, "README.rst"), long_description=open(os.path.join(MYDIR, "README.rst"),
"r", encoding="utf-8").read(), "r", encoding="utf-8").read(),
url='https://edugit.org/nik/django-any-js', url='https://edugit.org/AlekSIS/libs/django-any-js',
author='Dominik George', author='Dominik George',
author_email='nik@naturalnet.de', author_email='dominik.george@teckids.org',
packages=['django_any_js', 'django_any_js.templatetags'], packages=['django_any_js', 'django_any_js.templatetags'],
include_package_data=True, include_package_data=True,
install_requires=['Django>=1.11'], install_requires=['Django>=1.11'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment