diff --git a/LICENSE b/LICENSE index f4f376763..25e37ad5b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,5 @@ The MIT License (MIT) -spaCy Natural Language Processing Tools - Copyright (C) 2015 Matthew Honnibal Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/MANIFEST.in b/MANIFEST.in index ff153e1ae..b29c76e76 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ recursive-include include *.h include buildbot.json -include LICENSE.txt +include LICENSE diff --git a/README.rst b/README.rst index 5239f65a7..179e077f7 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,10 @@ -[![Travis CI status](https://travis-ci.org/spacy-io/spaCy.svg?branch=master)](https://travis-ci.org/spacy-io/spaCy) - - +============================== spaCy: Industrial-strength NLP ============================== +.. image:: https://travis-ci.org/spacy-io/spaCy.svg?branch=master + :target: https://travis-ci.org/spacy-io/spaCy + spaCy is a library for advanced natural language processing in Python and Cython. Documentation and details: https://spacy.io/ diff --git a/setup.py b/setup.py index b3ee63a17..cb2256383 100644 --- a/setup.py +++ b/setup.py @@ -168,7 +168,6 @@ def setup_package(): packages=PACKAGES, package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']}, description=about['__summary__'], - long_description=open(os.path.join(root, 'README.rst')).read(), author=about['__author__'], author_email=about['__email__'], version=about['__version__'],