We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c7726 commit 49eca17Copy full SHA for 49eca17
docs/index.rst
@@ -14,7 +14,7 @@ Installation
14
15
Use pip to install from PyPI::
16
17
- pip install Inflection
+ pip install inflection
18
19
20
Contributing
setup.py
@@ -21,7 +21,7 @@ def run(self):
21
22
23
setup(
24
- name='Inflection',
+ name='inflection',
25
version=inflection.__version__,
26
description="A port of Ruby on Rails inflector to Python",
27
long_description=open('README.rst').read() + '\n\n' +
0 commit comments