Added url of repository to setup.py
This commit is contained in:
parent
8e14ba20d1
commit
06b23ff2d6
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
name='lektor-citation',
|
name='lektor-citation',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
py_modules=['lektor_citation'],
|
py_modules=['lektor_citation'],
|
||||||
# url='[link to your repository]',
|
url='https://git.ismus.net/homer77/lektor-citation',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Framework :: Lektor',
|
'Framework :: Lektor',
|
||||||
|
|
Loading…
Reference in New Issue