File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Install and update using `pip`_:
1919
2020.. code-block :: text
2121
22- pip install -U ItsDangerous
22+ pip install -U itsdangerous
2323
2424 .. _pip : https://pip.pypa.io/en/stable/quickstart/
2525
Original file line number Diff line number Diff line change 66project = "It's Dangerous"
77copyright = "2011 Pallets Team"
88author = "Pallets Team"
9- release , version = get_version ("ItsDangerous " )
9+ release , version = get_version ("itsdangerous " )
1010
1111# General --------------------------------------------------------------
1212
2222 "project_links" : [
2323 ProjectLink ("Donate to Pallets" , "https://palletsprojects.com/donate" ),
2424 ProjectLink ("Website" , "https://palletsprojects.com/p/itsdangerous/" ),
25- ProjectLink ("PyPI releases" , "https://pypi.org/project/ItsDangerous /" ),
25+ ProjectLink ("PyPI releases" , "https://pypi.org/project/itsdangerous /" ),
2626 ProjectLink ("Source Code" , "https://github.com/pallets/itsdangerous/" ),
2727 ProjectLink ("Issue Tracker" , "https://github.com/pallets/itsdangerous/issues/" ),
2828 ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Install and update using `pip`_:
3030
3131.. code-block :: text
3232
33- pip install -U ItsDangerous
33+ pip install -U itsdangerous
3434
3535 .. _pip : https://pip.pypa.io/en/stable/quickstart/
3636
Original file line number Diff line number Diff line change 1111 version = re .search (r"__version__ = \"(.*?)\"" , f .read ()).group (1 )
1212
1313setup (
14- name = "ItsDangerous " ,
14+ name = "itsdangerous " ,
1515 version = version ,
1616 url = "https://palletsprojects.com/p/itsdangerous/" ,
1717 project_urls = {
You can’t perform that action at this time.
0 commit comments