Skip to content

Commit

Permalink
Trying to fix pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed May 3, 2017
1 parent f2aee05 commit 1168de1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup

setup(
name = 'axis',
packages = ['axis'],
version = '6',
description = 'A python library for communicating with devices from Axis Communications',
author = 'Robert Svensson',
author_email = 'Kane610@users.noreply.github.com',
license = 'MIT',
url = 'https://github.com/Kane610/axis',
download_url = 'https://github.com/Kane610/axis/archive/v6.tar.gz',
name='axis',
packages=['axis'],
version='7',
description='A python library for communicating with devices from Axis Communications',
author='Robert Svensson',
author_email='Kane610@users.noreply.github.com',
license='MIT',
url='https://github.com/Kane610/axis',
download_url='https://github.com/Kane610/axis/archive/v7.tar.gz',
install_requires=['requests']
)

0 comments on commit 1168de1

Please sign in to comment.