Skip to content

Commit

Permalink
- missing import, PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 10, 2018
1 parent 5bf72e0 commit 3eba026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import os
from setuptools import setup, find_packages


def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()


setup(
name="Products.ZMySQLDA",
version=read('version.txt').strip(),
Expand Down

0 comments on commit 3eba026

Please sign in to comment.