Skip to content

Commit 49eca17

Browse files
committed
Uncapitalize package name
1 parent f5c7726 commit 49eca17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414

1515
Use pip to install from PyPI::
1616

17-
pip install Inflection
17+
pip install inflection
1818

1919

2020
Contributing

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(self):
2121

2222

2323
setup(
24-
name='Inflection',
24+
name='inflection',
2525
version=inflection.__version__,
2626
description="A port of Ruby on Rails inflector to Python",
2727
long_description=open('README.rst').read() + '\n\n' +

0 commit comments

Comments
 (0)