We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14862a2 commit 7d519caCopy full SHA for 7d519ca
setup.py
@@ -12,13 +12,11 @@
12
setup(long_description=long_description,
13
long_description_content_type="text/markdown",
14
name='reldi-tokeniser',
15
- version='0.0.1',
+ version='1.0.0',
16
licence='apache-2.0',
17
description='Sentence splitting and tokenization for South Slavic languages',
18
author='CLARIN.SI',
19
url='https://www.github.com/clarinsi/reldi-tokeniser',
20
packages=['reldi_tokeniser'],
21
- # scripts=['tokeniser.py'],
22
- # install_requires=['lxml', 'regex'],
23
package_data={'reldi_tokeniser': ['*.abbrev', 'punct']}
24
- )
+ )
0 commit comments