Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 13, 2017
1 parent dffb4cf commit 8f8cd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from os.path import dirname, realpath, exists
from setuptools import setup
from setuptools import setup, find_packages
import sys


Expand All @@ -21,7 +21,7 @@
author_email='dev@craban.de',
url='https://github.com/RI-imaging/qpformat',
version=version,
packages=[name],
packages=find_packages(),
package_dir={name: name},
license="MIT",
description=description,
Expand Down

0 comments on commit 8f8cd22

Please sign in to comment.