Skip to content

Commit b4a537c

Browse files
committed
removed coomented old version
1 parent 0d0de71 commit b4a537c

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

setup.py

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,3 @@ def read(file):
3636
'dask[distributed] ~= 2021.06'
3737
],
3838
)
39-
40-
# OLDER VERSION (Before MeanEddy branch Jun 8 2021)
41-
42-
# from setuptools import setup
43-
44-
# def read(file):
45-
# return open(file, 'r').read()
46-
47-
# LONG_DESCRIPTION = read('README.md')
48-
# LICENSE = read('LICENSE.txt')
49-
50-
# setup(
51-
# name='OceanLab',
52-
# version='0.0.7',
53-
# packages=['OceanLab'],
54-
# include_package_data=True,
55-
# description='Python functions for Physical Oceanography',
56-
# long_description=LONG_DESCRIPTION,
57-
# long_description_content_type='text/markdown',
58-
# download_url = 'https://pypi.python.org/pypi/OceanLab',
59-
# url='https://github.com/iuryt/OceanLab',
60-
# author='Iury T. Simoes-Sousa',
61-
# author_email='[email protected]',
62-
# license=LICENSE,
63-
# py_modules=['OA','EOF','DYN'],
64-
# classifiers=[
65-
# "Programming Language :: Python :: 3",
66-
# "Programming Language :: Python :: 3.6",
67-
# "Programming Language :: Python :: 3.7",
68-
# "License :: OSI Approved :: MIT License",
69-
# "Operating System :: OS Independent",
70-
# ],
71-
# install_requires = [
72-
# 'seawater ~= 3.3',
73-
# 'numpy ~= 1.18',
74-
# ],
75-
# )

0 commit comments

Comments
 (0)