Commit 88310c94 authored by WillBrennan's avatar WillBrennan

applied yapf

parent ec3ca3c7
......@@ -14,12 +14,8 @@ setup(
license='GPL',
install_requires=["numpy"], )
from setuptools import setup, find_packages
with open('README.rst') as f:
readme = f.read()
......@@ -38,5 +34,4 @@ setup(
url='https://github.com/WillBrennan/SkinDetector',
license=license,
install_requires=required,
packages=find_packages(exclude=('tests', 'docs'))
)
packages=find_packages(exclude=('tests', 'docs')))
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