@@ -14,11 +14,11 @@ def get_long_description():
1414
1515
1616setup (
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