Skip to content

Commit dd59fcb

Browse files
committed
refining packaging
1 parent 104b398 commit dd59fcb

File tree

4 files changed

+9
-32
lines changed

4 files changed

+9
-32
lines changed

django_comments/django_comments/models.py

-12
This file was deleted.

django_comments/templates/comments.json

-10
This file was deleted.

django_comments/templates/comments.json~

-1
This file was deleted.

setup.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
See:
3-
https://github.com/anistark/django-react-comments/tree/puja
3+
https://github.com/djangothon/django-react-comments
44
"""
55

66
from setuptools import setup, find_packages
@@ -12,20 +12,20 @@
1212
setup(
1313
name='django-react-comments',
1414

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

17-
description='a django project with the comment system implemented in reactJS',
18-
long_description=long_description,
17+
description='Django comment module using in reactJS',
18+
long_description='Django comment module using in reactJS. Currently only stores to db and uses a dummy user and post.',
1919

20-
url='https://github.com/anistark/django-react-comments/tree/puja',
20+
url='https://github.com/djangothon/django-react-comments',
2121

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

2525
license='MIT',
2626

2727
classifiers=[
28-
'Development Status :: 3 - Alpha',
28+
'Development Status :: 1 - Alpha',
2929

3030
# Indicate who your project is intended for
3131
'Intended Audience :: Developers',
@@ -37,7 +37,7 @@
3737
'Programming Language :: Python :: 2.7',
3838
],
3939

40-
keywords='django commenting system in reactJS',
40+
keywords='django,comment,module,djangothon,anistark,puja0708,reactJS',
4141

4242

4343
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),

0 commit comments

Comments
 (0)