This commit is contained in:
Henning Peters 2016-03-12 14:30:24 +01:00
parent 5701686272
commit 49f499ca1c
4 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
recursive-include include *.h
include buildbot.json
include LICENSE.txt
include LICENSE

View File

@ -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/

View File

@ -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__'],