Skip to content

Commit db56626

Browse files
committed
Update pypi name and repo
1 parent a9d1c36 commit db56626

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
@@ -21,14 +21,14 @@
2121
]
2222

2323
setup(
24-
name='templateddocs',
24+
name='jpt-templated-docs',
2525
version='0.3.3',
2626
description=('Generate PDF, MS Word and Excel documents from templates '
2727
'in Django.'),
2828
long_description=readme + '\n\n' + history,
2929
author="Sian Lerk Lau",
3030
author_email='kiawin@gmail.com',
31-
url='https://github.com/kiawin/templated-docs',
31+
url='https://github.com/jptd/templated-docs',
3232
packages=find_packages(),
3333
include_package_data=True,
3434
install_requires=requirements,

0 commit comments

Comments
 (0)