Skip to content

Commit

Permalink
clean up commented out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
henryroe committed May 22, 2015
1 parent 9a31064 commit a30301e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,3 @@
# },
)


# from setuptools import setup
#
# setup(name='Py2MASS',
# version='0.1.2',
# description='Routines for accessing a self-hosted local copy of the 2MASS point-source and extended source catalogs (PSC, XSC)',
# long_description=open('README.md').read(),
# author='Henry Roe',
# author_email='hroe@hroe.me',
# url='https://github.com/henryroe/Py2MASS',
# license='LICENSE.txt',
# data_files=[('format_descriptors/', ['format_descriptors/psc_format_descriptor.csv',
# 'format_descriptors/xsc_format_descriptor.csv'])],
# py_modules=['py2mass', 'py2mass_process_original_psc'],
# scripts=['py2mass'],
# install_requires=['pandas>=0.10.1'])

0 comments on commit a30301e

Please sign in to comment.