From 2d504cc54c2268b314a48f19d80879ef73cf2641 Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Thu, 15 Sep 2016 19:21:25 +0200 Subject: [PATCH] Corrected typos in license and setup.py --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',