Skip to content

Commit

Permalink
remove ez_setup dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2015
1 parent 4d3ea89 commit d4e0b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ez-setup==0.9
numpy==1.9.2
gnuplot-py==1.8
Pint==0.5.1
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages

from distutils.core import setup
setup(
name = 'ccsgp_get_started',
version = '2.0',
Expand All @@ -12,7 +9,7 @@
url = 'https://github.com/tschaume/ccsgp_get_started',
download_url = 'https://github.com/tschaume/ccsgp_get_started/archive/v2.0.tar.gz',
keywords = ['gnuplot', 'graph', 'plot', 'panel'],
packages = find_packages(),
packages = ['ccsgp_get_started'],
install_requires = [
#'h5py==2.2.1',
'ez-setup==0.9', 'Pint==0.5.1', 'PyModelFit==0.1.2',
Expand Down

0 comments on commit d4e0b38

Please sign in to comment.