Skip to content

Commit

Permalink
Outlined (?) description
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Feb 24, 2016
1 parent 383faff commit 2f36378
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Expand Up @@ -20,6 +20,13 @@
# Package anything you can find, except for tests
packages = setuptools.find_packages(here, exclude=["*.tests"])

description = """
System for document management and analysis. The purpose of AmCAT is to
make it easier to conduct manual or automatic analyses of texts for (social)
scientific purposes. AmCAT can improve the use and standard of content
analysis in the social sciences and stimulate sharing data and analyses.
"""

def main():
setuptools.setup(
name="amcat",
Expand All @@ -28,12 +35,7 @@ def main():
license='GNU Affero GPL',
author='AmCAT Developers',
author_email='amcat-dev@googlegroups.com',
description=('System for document management and analysis. '
'The purpose of AmCAT is to make it easier to conduct '
'manual or automatic analyses of texts for (social) '
'scientific purposes. AmCAT can improve the use and standard'
'of content analysis in the social sciences and stimulate '
'sharing data and analyses.'),
description=(" ".join(description.split("\n"))).strip(),
install_requires=requirements,
setup_requires = [
"setuptools_git >= 0.3",
Expand Down

0 comments on commit 2f36378

Please sign in to comment.