Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trifonovmixail authored May 17, 2019
1 parent 1e128b7 commit d33675d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,31 +1,16 @@
# -*- coding: utf-8 -*-

import os

from setuptools import setup
from setuptools import find_packages


README_FILE = os.path.join(
os.path.abspath(
os.path.dirname(__file__),
),
'README.md',
)


with open(README_FILE) as fp:
__description__ = fp.read()


setup(
name='reqtools',
version_format='{tag}',
setup_requires=['setuptools-git-version'],
url='https://github.com/oztqa/reqtools',
packages=find_packages(include=('reqtools',), exclude=('tests',)),
description='Extension for requests library',
long_description=__description__,
include_package_data=True,
zip_safe=False,
platforms='any',
Expand Down

0 comments on commit d33675d

Please sign in to comment.