Skip to content

Commit

Permalink
release: get ready for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
chmod77 committed Sep 11, 2019
1 parent e4be8d1 commit 1a8ea90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# To use a consistent encoding
from os import path
from codecs import open
from setuptools import find_packages, setup

# Always prefer setuptools over distutils
try:
from setuptools import setup
Expand All @@ -18,8 +20,8 @@

setup(
name='dfuse',
packages=['dfuse'],
version='0.0.1',
packages=find_packages(),
version='0.0.3',
description='Python wrapper around the dfuse.io API.',
author='Cheese',
author_email='[email protected]',
Expand Down

0 comments on commit 1a8ea90

Please sign in to comment.