@@ -15,14 +15,14 @@ def read(*names, **kwargs):
1515 name = "ignord" ,
1616 version = "0.1.1" ,
1717 license = "LGPL-3.0-only" ,
18- description = "ignor is a Python CLI application that generates git ignore files for a specific language." ,
18+ description = "ignord is a Python CLI application that generates git ignore files for a specific language." ,
1919 long_description = "{}\n {}" .format (
2020 re .compile ("^.. start-badges.*^.. end-badges" , re .M | re .S ).sub ("" , read ("README.rst" )),
2121 re .sub (":[a-z]+:`~?(.*?)`" , r"``\1``" , read ("CHANGELOG.rst" )),
2222 ),
2323 author = "Gonzalo Rafuls" ,
242425- url = "https://github.com/grafuls/python-ignor " ,
25+ url = "https://github.com/grafuls/ignord " ,
2626 packages = find_packages ("src" ),
2727 package_dir = {"" : "src" },
2828 py_modules = [path .stem for path in Path ("src" ).glob ("*.py" )],
@@ -53,9 +53,9 @@ def read(*names, **kwargs):
5353 "Topic :: Utilities" ,
5454 ],
5555 project_urls = {
56- "Documentation" : "https://python-ignor .readthedocs.io/" ,
57- "Changelog" : "https://python-ignor .readthedocs.io/en/latest/changelog.html" ,
58- "Issue Tracker" : "https://github.com/grafuls/python-ignor /issues" ,
56+ "Documentation" : "https://ignord .readthedocs.io/" ,
57+ "Changelog" : "https://ignord .readthedocs.io/en/latest/changelog.html" ,
58+ "Issue Tracker" : "https://github.com/grafuls/ignord /issues" ,
5959 },
6060 keywords = [
6161 # eg: "keyword1", "keyword2", "keyword3",
@@ -71,7 +71,7 @@ def read(*names, **kwargs):
7171 },
7272 entry_points = {
7373 "console_scripts" : [
74- "ignor = ignor .cli:main" ,
74+ "ignord = ignord .cli:main" ,
7575 ]
7676 },
7777)
0 commit comments