We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc488c commit c150b1bCopy full SHA for c150b1b
setup.py
@@ -46,13 +46,13 @@ def get_version(*file_paths):
46
requirements = open('requirements.txt').readlines()
47
48
setup(
49
- name='generic_links',
+ name='django-generic-links',
50
version=version,
51
description=""" Simple and generic application for Django projects to attach and handle links for any object""",
52
long_description=readme + '\n\n' + history,
53
author='Matias Agustin Mendez',
54
author_email='[email protected]',
55
- url='https://github.com/matagus/generic_links',
+ url='https://github.com/matagus/django-generic-links',
56
packages=[
57
'generic_links',
58
],
0 commit comments