diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..6e683ee --- /dev/null +++ b/setup.py @@ -0,0 +1,10 @@ +from setuptools import setup + +setup(name='luscenje_struktur_loc', + version='0.0.1', + description=u"Parser for collocability", + author=u"CJVT", + author_email='fake@mail.com', + license='MIT', + zip_safe=False, +) \ No newline at end of file