Skip to content

Commit 2fd3237

Browse files
committed
Change package back to lowercase
1 parent be8a66a commit 2fd3237

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project = "It's Dangerous"
77
copyright = "2011 Pallets Team"
88
author = "Pallets Team"
9-
release, version = get_version("ItsDangerous")
9+
release, version = get_version("itsdangerous")
1010

1111
# General --------------------------------------------------------------
1212

@@ -22,7 +22,7 @@
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
]

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version = re.search(r"__version__ = \"(.*?)\"", f.read()).group(1)
1212

1313
setup(
14-
name="ItsDangerous",
14+
name="itsdangerous",
1515
version=version,
1616
url="https://palletsprojects.com/p/itsdangerous/",
1717
project_urls={

0 commit comments

Comments
 (0)