Skip to content

Commit

Permalink
DOCUMENTATION: Adding short description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timmahrt committed Jan 27, 2017
1 parent 5505fc8 commit cf7dcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
license='LICENSE',
test_suite='nose.collector',
tests_require=['nose'],
description="A web platform for collecting text annotation and experiment data online",
long_description=io.open('README.rst', 'r', encoding="utf-8").read(),
# install_requires=[], # No requirements! # requires 'from setuptools import setup'
)

0 comments on commit cf7dcb8

Please sign in to comment.