Skip to content

Commit dd348ea

Browse files
committed
update setup.py
1 parent f23012d commit dd348ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
from setuptools import setup
44
from os.path import dirname, abspath, join
55

6-
76
long_description_path = join(dirname(abspath(__file__)), 'README.md')
87
long_description = open(long_description_path, encoding='utf-8').read()
98

109
setup(
1110
name='pretty-csv-diff',
1211
long_description=long_description,
1312
long_description_content_type='text/markdown',
13+
url='https://github.com/telnet23/pretty-csv-diff',
1414
license='Apache License 2.0',
1515
use_scm_version=True,
1616
setup_requires=[

0 commit comments

Comments
 (0)