Skip to content

Commit cffd089

Browse files
authored
Update setup.py
updated stuff, probably broke something, idk
1 parent ef0cb77 commit cffd089

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def get_long_description():
1414

1515

1616
setup(
17-
name="csv-diff",
18-
description="Python CLI tool and library for diffing CSV and JSON files",
17+
name="db-diff",
18+
description="Python CLI tool and library for comparing CSV database dumps and finding differences.",
1919
long_description=get_long_description(),
2020
long_description_content_type="text/markdown",
21-
author="Simon Willison",
21+
author="Thomas Coyle",
2222
version=VERSION,
2323
license="Apache License, Version 2.0",
2424
packages=find_packages(),
@@ -27,10 +27,10 @@ def get_long_description():
2727
extras_require={"test": ["pytest"]},
2828
entry_points="""
2929
[console_scripts]
30-
csv-diff=csv_diff.cli:cli
30+
db-diff=db_diff.cli:cli
3131
""",
32-
tests_require=["csv-diff[test]"],
33-
url="https://github.com/simonw/csv-diff",
32+
tests_require=["db-diff[test]"],
33+
url="https://github.com/datsom1/db-diff",
3434
classifiers=[
3535
"Development Status :: 4 - Beta",
3636
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)