Skip to content

Commit

Permalink
only use setuptools, verison 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yvess committed Feb 10, 2019
1 parent fb3ee67 commit ca0cc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion saferpay/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1.0'
VERSION = '0.1.1'
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env python

from saferpay import VERSION

try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
from setuptools import setup, find_packages

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit ca0cc08

Please sign in to comment.