Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
formatted code with yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackevansevo committed Jun 13, 2017
1 parent da3bee2 commit 11ef27c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()


test_requirements = [
'pytest',
'pytest-cov',
Expand All @@ -37,12 +36,12 @@
author_email='jack@evans.gb.net',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Utilities',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Utilities',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='utils utilities',
packages=['basic_utils'],
Expand All @@ -51,5 +50,4 @@
extras_require={
'dev': list(chain(dev_requirements, test_requirements)),
'test': test_requirements,
}
)
})

0 comments on commit 11ef27c

Please sign in to comment.