Skip to content

Commit a5c03ca

Browse files
committed
fix setup.py tags
1 parent b5ac533 commit a5c03ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818

1919
__version__ = '0.3.1'
20-
__description__ = 'Django support for MongoDB via MongoEngine',
20+
__description__ = 'Django support for MongoDB via MongoEngine'
2121
__license__ = 'BSD'
22-
__author__ = 'Ross Lawley',
23-
__email__ = 'ross.lawley@gmail.com',
22+
__author__ = 'Ross Lawley'
23+
__email__ = 'ross.lawley@gmail.com'
2424

2525

2626
sys.path.insert(0, os.path.dirname(__file__))

0 commit comments

Comments
 (0)