Skip to content

Commit 933e3c9

Browse files
committed
added MANIFEST.in, bumped version to 0.1.2
1 parent 2af55a2 commit 933e3c9

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.md
2+
include LICENSE
3+
include requirements.txt

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ WARNING: `django-rest-registration` is only Python 3 compatible.
2929

3030
You can install `django-rest-registration` via pip:
3131

32+
pip install django-rest-registration
33+
34+
Or:
35+
3236
pip install git+https://github.com/szopu/django-rest-registration
3337

3438
Then, you should add it to the `INSTALLED_APPS` so the app templates

rest_registration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.2"
22
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 commit comments

Comments
 (0)