diff options
| author | Cody Logan <clpo13@gmail.com> | 2019-10-02 15:49:05 -0700 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2019-10-02 15:49:05 -0700 |
| commit | b4dbe9a836ba6cf8f7df9688cf9529ccb217089c (patch) | |
| tree | 0c02df43877e092605d1c64aef6dbe0031d43ef2 /setup.py | |
| parent | c96247f3613546b64fa6e9b02fe4cf406d7d7112 (diff) | |
| download | wikiget-b4dbe9a836ba6cf8f7df9688cf9529ccb217089c.tar.gz wikiget-b4dbe9a836ba6cf8f7df9688cf9529ccb217089c.zip | |
Shorten the repository namev0.2.1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ setup( description="CLI tool for downloading files from MediaWiki sites", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/clpo13/python-wikiget", + url="https://github.com/clpo13/wikiget", keywords="download mediawiki wikimedia wikipedia", packages=find_packages(), classifiers=[ @@ -58,7 +58,7 @@ setup( install_requires=["future", "mwclient>=0.10.0", "pytest-runner", "requests", "tqdm"], tests_require=["pytest"], project_urls={ - "Bug Reports": "https://github.com/clpo13/python-wikiget/issues", + "Bug Reports": "https://github.com/clpo13/wikiget/issues", }, entry_points={ "console_scripts": [ |
