From 3ca112add68b7f895968be81cd42afb9570f96eb Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 8 Dec 2017 17:50:51 +0100 Subject: [PATCH] fira --- README.md | 2 ++ setup.cfg | 2 +- setup.py | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a59fad..6e19b68 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ []() []() []() + +Calculations on real functions diff --git a/setup.cfg b/setup.cfg index d7e7560..31d4376 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifiers = Topic :: Software Development :: Libraries Intended Audience :: Developers Topic :: Software Development :: Libraries :: Python Modules -description = Very fast pure-Python AMQP client +description = Calculations on real functions author = DMS Serwis s.c. author_email = piotrm@dms-serwis.pl url = https://github.com/smok-serwis/firanka diff --git a/setup.py b/setup.py index 085708c..7861f14 100644 --- a/setup.py +++ b/setup.py @@ -7,5 +7,6 @@ setup( version=__version__, packages=find_packages(exclude=['tests.*', 'tests']), tests_require=["nose", 'coverage>=4.0,<4.4'], + install_requires=['six'], test_suite='nose.collector', ) -- GitLab