mirror of https://github.com/explosion/spaCy.git
cleanup
This commit is contained in:
parent
5701686272
commit
49f499ca1c
2
LICENSE
2
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
recursive-include include *.h
|
||||
include buildbot.json
|
||||
include LICENSE.txt
|
||||
include LICENSE
|
||||
|
|
|
@ -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/
|
||||
|
|
1
setup.py
1
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__'],
|
||||
|
|
Loading…
Reference in New Issue