Commit 5f1eab0a by Jörg Stucke

added dev dependencies + pylintrc fix

parent 6733b09b
[pytest]
addopts = --pep8 --cov=./ -v
pep8ignore =
*.py E501
addopts = --cov=./ -v
from setuptools import setup, find_packages
VERSION = '0.2.2'
VERSION = '0.2.3'
setup(
name='common_helper_files',
......@@ -9,6 +9,10 @@ setup(
install_requires=[
'bitmath'
],
tests_require=[
'pytest',
'pytest-cov',
],
description='file operation helper functions',
author='Fraunhofer FKIE',
author_email='peter.weidenbach@fkie.fraunhofer.de',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment