Skip to content

Commit 7a45767

Browse files
committed
readme updated. setup.py file updated.
1 parent 7880930 commit 7a45767

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ To run:
55
```
66
virtualenv env
77
pip install -r requirements.txt
8+
./manage.py syncdb
89
./manage.py runserver
9-
```
10+
```
11+
12+
Pypi file available at : [django-react-comments](https://pypi.python.org/pypi?%3Aaction=display&name=django-react-comments&version=0.0.2)

setup.py

+6-9
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,23 @@
1212
setup(
1313
name='django-react-comments',
1414

15-
version='0.0.2',
15+
version='0.0.3',
1616

1717
description='Django comment module using in reactJS',
1818
long_description='Django comment module using in reactJS. Currently only stores to db and uses a dummy user and post.',
1919

2020
url='https://github.com/djangothon/django-react-comments',
2121

22-
authors=['Kumar Anirudha', 'Puja Singh'],
23-
22+
authors='Kumar Anirudha','Puja Singh',
23+
2424

2525
license='MIT',
2626

2727
classifiers=[
28-
'Development Status :: 1 - Alpha',
29-
30-
# Indicate who your project is intended for
28+
'Framework :: Django',
29+
'Development Status :: 3 - Alpha',
3130
'Intended Audience :: Developers',
32-
33-
'License :: MIT License',
34-
31+
'Operating System :: OS Independent',
3532
'Programming Language :: Python :: 2',
3633
'Programming Language :: Python :: 2.6',
3734
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)