Skip to content
Snippets Groups Projects
Commit 3ca112ad authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fira

parent 018c83fe
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,5 @@ ...@@ -8,3 +8,5 @@
[![PyPI](https://img.shields.io/pypi/implementation/firanka.svg)]() [![PyPI](https://img.shields.io/pypi/implementation/firanka.svg)]()
[![PyPI](https://img.shields.io/pypi/wheel/firanka.svg)]() [![PyPI](https://img.shields.io/pypi/wheel/firanka.svg)]()
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]() [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
Calculations on real functions
...@@ -16,7 +16,7 @@ classifiers = ...@@ -16,7 +16,7 @@ classifiers =
Topic :: Software Development :: Libraries Topic :: Software Development :: Libraries
Intended Audience :: Developers Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
description = Very fast pure-Python AMQP client description = Calculations on real functions
author = DMS Serwis s.c. author = DMS Serwis s.c.
author_email = piotrm@dms-serwis.pl author_email = piotrm@dms-serwis.pl
url = https://github.com/smok-serwis/firanka url = https://github.com/smok-serwis/firanka
......
...@@ -7,5 +7,6 @@ setup( ...@@ -7,5 +7,6 @@ setup(
version=__version__, version=__version__,
packages=find_packages(exclude=['tests.*', 'tests']), packages=find_packages(exclude=['tests.*', 'tests']),
tests_require=["nose", 'coverage>=4.0,<4.4'], tests_require=["nose", 'coverage>=4.0,<4.4'],
install_requires=['six'],
test_suite='nose.collector', test_suite='nose.collector',
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment