Commit 88310c94 authored by WillBrennan's avatar WillBrennan

applied yapf

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