From d00f48f16d61cb406479fdc6c49fda69c6999b0e Mon Sep 17 00:00:00 2001 From: zweien <278954153@qq.com> Date: Fri, 17 Jul 2020 16:01:18 +0800 Subject: [PATCH] chore: deleted setup_* --- setup_linux.py | 20 -------------------- setup_mac.py | 15 --------------- setup_win.py | 15 --------------- uninstall | 5 ----- 4 files changed, 55 deletions(-) delete mode 100644 setup_linux.py delete mode 100644 setup_mac.py delete mode 100644 setup_win.py delete mode 100755 uninstall diff --git a/setup_linux.py b/setup_linux.py deleted file mode 100644 index 62d890384..000000000 --- a/setup_linux.py +++ /dev/null @@ -1,20 +0,0 @@ -from setuptools import setup -import os - -setup(name='fealpy', - version='1.0', - description='FEALPy: Finite Element Analysis Library in Python', - url='http://github.com/weihuayi/fealpy', - author='Huayi Wei', - author_email='weihuayi@xtu.edu.cn', - license='GNU', - packages=['fealpy'], - install_requires=[ - 'numpy', - 'scipy', - 'matplotlib', - 'pyamg', - 'meshpy', - 'pyfftw' - ], - zip_safe=False) diff --git a/setup_mac.py b/setup_mac.py deleted file mode 100644 index 2d7ced929..000000000 --- a/setup_mac.py +++ /dev/null @@ -1,15 +0,0 @@ -from setuptools import setup -setup(name='fealpy', - version='1.0', - description='FEALPy: Finite Element Analysis Library in Python', - url='http://github.com/weihuayi/fealpy', - author='Huayi Wei', - author_email='weihuayi@xtu.edu.cn', - license='GNU', - packages=['fealpy'], - install_requires=[ - 'numpy', - 'scipy', - 'matplotlib' - ], - zip_safe=False) diff --git a/setup_win.py b/setup_win.py deleted file mode 100644 index 2d7ced929..000000000 --- a/setup_win.py +++ /dev/null @@ -1,15 +0,0 @@ -from setuptools import setup -setup(name='fealpy', - version='1.0', - description='FEALPy: Finite Element Analysis Library in Python', - url='http://github.com/weihuayi/fealpy', - author='Huayi Wei', - author_email='weihuayi@xtu.edu.cn', - license='GNU', - packages=['fealpy'], - install_requires=[ - 'numpy', - 'scipy', - 'matplotlib' - ], - zip_safe=False) diff --git a/uninstall b/uninstall deleted file mode 100755 index fc9b0f020..000000000 --- a/uninstall +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -rm -fr fealpy.egg-info -rm /usr/local/lib/python3.6/dist-packages/easy-install.pth -rm /usr/local/lib/python3.6/dist-packages/fealpy.egg-link