Skip to content

Commit 1491d8f

Browse files
authored
Update setup.py
1 parent 144184e commit 1491d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type='text/markdown',
1515
author='Eduardo Oliveira',
1616
author_email='eduardo_y05@outlook.com',
17-
url='https://github.com/EduardoJM/django-image-uploader-widget',
17+
url='https://github.com/inventare/django-image-uploader-widget',
1818
license='MIT',
1919
packages=find_packages(
2020
exclude = ("image_uploader_widget_demo.*", "image_uploader_widget_demo", )
@@ -35,4 +35,4 @@
3535
'Programming Language :: Python :: 3.6',
3636
],
3737
keywords='django,admin,widget,image,uploader',
38-
)
38+
)

0 commit comments

Comments
 (0)