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 f23012d commit dd348eaCopy full SHA for dd348ea
setup.py
@@ -3,14 +3,14 @@
3
from setuptools import setup
4
from os.path import dirname, abspath, join
5
6
-
7
long_description_path = join(dirname(abspath(__file__)), 'README.md')
8
long_description = open(long_description_path, encoding='utf-8').read()
9
10
setup(
11
name='pretty-csv-diff',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
+ url='https://github.com/telnet23/pretty-csv-diff',
14
license='Apache License 2.0',
15
use_scm_version=True,
16
setup_requires=[
0 commit comments