Skip to content

Commit

Permalink
Prepped for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Marquis committed Dec 6, 2017
1 parent a958ebd commit ad4cbb2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Authors
* [Dylan Marquis] (//github.com/dylanfmarquis) - Co-Lead Author
* [Drew Monroe] (//github.com/DrewMonroe) - Co-Lead Author
* [Stephen Lincoln] (//github.com/StephenLincoln12)
* [Michael Welch] (//github.com/Michael-Welch)
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ requests - http://python-requests.org
Setup
----
```bash
git clone https://github.com/dylanfmarquis/python-infoblox.git
cd python-infoblox
pip install .
pip install python-infoblox
```
Initialization
----
Expand Down
6 changes: 3 additions & 3 deletions infoblox/infoblox.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
except ImportError:
import _internal

__version__ = '0.3'
__author__ = 'Dylan F. Marquis'

__version__ = '0.4'
__author__ = "Dylan F. Marquis"
__author__ = "Drew Monroe"

# Infoblox Network Management
class infoblox(object):
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@


setup(name='python-infoblox',
version='0.3',
version='0.4',
author='Dylan F. Marquis',
author_email='dylanfmarquis@dylanfmarquis.com',
description='A wrapper around the infoblox WAPI',
description='A wrapper around the Infoblox WAPI',
url='https://github.com/dylanfmarquis/python-infoblox',
download_url='https://github.com/dylanfmarquis/python-infoblox/archive/0.4.0.tar.gz',
license='MIT',
packages=find_packages(),
install_requires=['requests==2.18.4', 'future==0.16.0'],
Expand Down

0 comments on commit ad4cbb2

Please sign in to comment.