diff --git a/LICENSE b/LICENSE index 392c488..247fc03 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 krzysiekfonal +Copyright (c) 2016 Krzysztof Fonal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index b4fe5bb..9d7e051 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup(name='grammaregex', version='0.1.1', description='grammaregex - library for matching and finding tree sentence in regex-like way', - long_description='This library allow you to find single tokens in sentences or match sentence by grammar regex-like expressions.', + long_description='This library allows you to find single tokens in sentences or match sentence by grammar regex-like expressions.', classifiers=[ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License',