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