Skip to content

Commit

Permalink
Update setup and README, version v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan John Peck committed Jun 11, 2019
1 parent ea40dcd commit 8fb1037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Status](https://coveralls.io/repos/RyPeck/python-ipgroup/badge.png)](https://cov

## Usage

~~~
```
>>> import ipgroup
>>> from pprint import pprint
>>> ips = ["129.21.3.17", "129.21.206.5",
Expand Down Expand Up @@ -34,4 +34,4 @@ Status](https://coveralls.io/repos/RyPeck/python-ipgroup/badge.png)](https://cov
... "1.0.0.0/16",
>>> total
268435456
~~~
```
2 changes: 1 addition & 1 deletion ipgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from itertools import combinations


__version__ = '0.0.4'
__version__ = '0.0.5'


class _BaseGroup:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from distutils.core import setup
from setuptools import setup
from os import path

import ipgroup
Expand All @@ -24,7 +24,6 @@
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()


setup(
name="ipgroup",
maintainer="Ryan Peck",
Expand Down

0 comments on commit 8fb1037

Please sign in to comment.