Skip to content

setup.py: Add missing params

Satwik Kansal requested to merge satwikkansal/coala-utils:fix_requires into master

The requirements specified in "requirements.txt" and "test-requirements.txt" files should be passed as params install_requires and tests_require respectively to the setuptools.setup function.

Fixes #42 (closed)

Merge request reports