Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jenojp committed Aug 16, 2019
2 parents 082dfd8 + aced2f4 commit 3d51bce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Contributing
# Contributing

:tada: Thanks for your interest in this project :tada:

* Please submit an issue request for any bugs, feature requests, or questions.
* Feel free to fork the repo and submit a pull request.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
from setuptools import setup, find_packages
import io

setup(
name = 'negspacy',
version = 'v0.1.0-alpha',
version = 'v0.1.1',
url = 'https://github.com/jenojp/negspacy',
author = 'Jeno Pizarro',
author_email = 'jenopizzaro@gmail.com',
description = 'A spaCy pipeline object for negation.',
long_description=open("README.md").read(),
long_description=io.open("README.md", encoding="utf8").read(),
long_description_content_type="text/markdown",
keywords = ["nlp spacy SpaCy negation"],
classifiers=[
'Intended Audience :: Science/Research',
'Development Status :: 1 - Planning',
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
Expand Down

0 comments on commit 3d51bce

Please sign in to comment.