File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
+ import io
2
3
3
4
setup (
4
5
name = 'negspacy' ,
5
- version = 'v0.1.0-alpha ' ,
6
+ version = 'v0.1.1 ' ,
6
7
url = 'https://github.com/jenojp/negspacy' ,
7
8
author = 'Jeno Pizarro' ,
8
9
author_email = 'jenopizzaro@gmail.com' ,
9
10
description = 'A spaCy pipeline object for negation.' ,
10
- long_description = open ("README.md" ).read (),
11
+ long_description = io . open ("README.md" , encoding = "utf8 " ).read (),
11
12
long_description_content_type = "text/markdown" ,
12
13
keywords = ["nlp spacy SpaCy negation" ],
13
14
classifiers = [
14
15
'Intended Audience :: Science/Research' ,
15
- 'Development Status :: 1 - Planning ' ,
16
+ 'Development Status :: 3 - Alpha ' ,
16
17
'License :: OSI Approved :: MIT License' ,
17
18
'Programming Language :: Python :: 3.6' ,
18
19
'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
You can’t perform that action at this time.
0 commit comments