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

v0.1.10

parent 5047199a
No related branches found
No related tags found
No related merge requests found
__version__ = '0.1.10a1'
__version__ = '0.1.10'
......@@ -15,8 +15,6 @@ classifiers =
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
description = Calculations on real functions
author = DMS Serwis s.c.
author_email = piotrm@dms-serwis.pl
url = https://github.com/smok-serwis/firanka
[pycodestyle]
......
......@@ -10,4 +10,7 @@ setup(
tests_require=["nose", 'coverage>=4.0,<4.4'],
install_requires=open('requirements.txt', 'r').readlines(),
test_suite='nose.collector',
url='https://github.com/smok-serwis/firanka',
author=u'Piotr Maślanka',
author_email=u'piotrm@dms-serwis.com.pl',
)
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