Skip to content

Commit e57f307

Browse files
committed
Changing pypi package name
1 parent f27bace commit e57f307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Enjoy! This shouldn't be tricky any more.
1010
To install the package as a requirement in your python environemnt just
1111
do
1212
```
13-
pip install git+https://github.com/ahmedaljazzar/django-mako.git
13+
pip install djangomako
1414
```
1515

1616
## Using the library

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(
5-
name='django-mako',
5+
name='djangomako',
66
version='1.0.0',
77
packages=['djangomako'],
88
install_requires=['Mako==1.0.7'],

0 commit comments

Comments
 (0)