Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Oct 26, 2023
1 parent 3ce3e5b commit c6d26a6
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,3 @@
if __name__ == "__main__":
setup()



# setup(name='mesaPlot',
# version='2.0.0',
# description='Library for reading and plotting MESA data',
# license="GPLv2+",
# author='Robert Farmer',
# author_email='[email protected]',
# url='https://github.com/rjfarmer/mesaPlot',
# packages=["mesaPlot"],
# tests_require=["pytest","unittest2"],
# test_suite='tests',
# python_requires='>=3.6',
# classifiers=[
# "Development Status :: 5 - Production/Stable",
# "Intended Audience :: Science/Research",
# "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
# "Topic :: Scientific/Engineering :: Astronomy",
# ],
# extras_require={
# 'dev': [
# 'unittest2'
# ]
# }
# )

0 comments on commit c6d26a6

Please sign in to comment.