Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ setup(
author_email='M.Klimaszewski@ii.pw.edu.pl',
install_requires=REQUIREMENTS,
packages=find_packages(exclude=['tests']),
license= 'GPL-3.0',
license='GPL-3.0',
url='https://gitlab.clarin-pl.eu/syntactic-tools/combo',
keywords="nlp natural-language-processing dependency-parsing",
setup_requires=['pytest-runner', 'pytest-pylint'],
Loading