Skip to content

Commit 3d51bce

Browse files
committed
Merge branch 'develop'
2 parents 082dfd8 + aced2f4 commit 3d51bce

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Contributing
1+
# Contributing
2+
3+
:tada: Thanks for your interest in this project :tada:
4+
5+
* Please submit an issue request for any bugs, feature requests, or questions.
6+
* Feel free to fork the repo and submit a pull request.

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
from setuptools import setup, find_packages
2+
import io
23

34
setup(
45
name = 'negspacy',
5-
version = 'v0.1.0-alpha',
6+
version = 'v0.1.1',
67
url = 'https://github.com/jenojp/negspacy',
78
author = 'Jeno Pizarro',
89
author_email = 'jenopizzaro@gmail.com',
910
description = 'A spaCy pipeline object for negation.',
10-
long_description=open("README.md").read(),
11+
long_description=io.open("README.md", encoding="utf8").read(),
1112
long_description_content_type="text/markdown",
1213
keywords = ["nlp spacy SpaCy negation"],
1314
classifiers=[
1415
'Intended Audience :: Science/Research',
15-
'Development Status :: 1 - Planning',
16+
'Development Status :: 3 - Alpha',
1617
'License :: OSI Approved :: MIT License',
1718
'Programming Language :: Python :: 3.6',
1819
'Topic :: Scientific/Engineering :: Artificial Intelligence',

0 commit comments

Comments
 (0)