Kaydet (Commit) 1097966c authored tarafından Anthony Sottile's avatar Anthony Sottile Kaydeden (comit) GitHub

Merge pull request #38 from asottile/correct_link

Correct url in setup.py
...@@ -3,7 +3,7 @@ from setuptools import setup ...@@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name='add_trailing_comma', name='add_trailing_comma',
description='Automatically add trailing commas to calls and literals', description='Automatically add trailing commas to calls and literals',
url='https://github.com/asottile/add_trailing_comma', url='https://github.com/asottile/add-trailing-comma',
version='0.6.3', version='0.6.3',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment