Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sm committed Nov 16, 2016
1 parent 0269361 commit 0dbedec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@
from setuptools import setup, find_packages


_version_re = re.compile(r'__version__\s+=\s+(.*)')

with open('dmapiclient/__init__.py', 'rb') as f:
version = str(ast.literal_eval(_version_re.search(
f.read().decode('utf-8')).group(1)))

requirements = list(parse_requirements('requirements.txt', session=pip.download.PipSession()))

install_requires = [str(r.req) for r in requirements]

setup(
name='dto-digitalmarketplace-apiclient',
version=version,
version='6.12.2',
url='https://github.com/AusDTO/dto-digitalmarketplace-apiclient',
license='MIT',
author='GDS Developers',
Expand Down

0 comments on commit 0dbedec

Please sign in to comment.