Skip to content

Commit

Permalink
Changed python setup name.
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Aug 8, 2017
1 parent 9abe920 commit ea00976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Table of contents:
## How to install
To install the app run:
```shell
$ pip install django-obfuscator
$ pip install django-obfuscate
```
or add it to the list of requirements of your project.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

setup(
name='django-obfuscator',
name='django-obfuscate',
version=__import__("obfuscator").__version__,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit ea00976

Please sign in to comment.