Add CONTRIBUTING.md

This commit is contained in:
Kernc
2019-01-05 09:53:38 +01:00
parent 22ad0eb3a5
commit cc4ef27726
5 changed files with 66 additions and 10 deletions

View File

@@ -47,7 +47,10 @@ if __name__ == '__main__':
],
'test': [
'seaborn',
]
],
'dev': [
'flake8',
],
},
test_suite="setup._discover_tests",
python_requires='>=3.4',