Skip to content

Commit c150b1b

Browse files
committed
Fixed python package name
1 parent 2dc488c commit c150b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ def get_version(*file_paths):
4646
requirements = open('requirements.txt').readlines()
4747

4848
setup(
49-
name='generic_links',
49+
name='django-generic-links',
5050
version=version,
5151
description=""" Simple and generic application for Django projects to attach and handle links for any object""",
5252
long_description=readme + '\n\n' + history,
5353
author='Matias Agustin Mendez',
5454
author_email='[email protected]',
55-
url='https://github.com/matagus/generic_links',
55+
url='https://github.com/matagus/django-generic-links',
5656
packages=[
5757
'generic_links',
5858
],

0 commit comments

Comments
 (0)