Skip to content

Commit

Permalink
remove from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Mar 6, 2024
1 parent ef69449 commit d0fd3ce
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,8 @@


setup(
name="pyxsim",
packages=find_packages(),
description="Python package for simulating X-ray observations of astrophysical sources",
author="John ZuHone",
author_email="jzuhone@gmail.com",
url="http://github.com/jzuhone/pyxsim",
install_requires=[
"numpy",
"astropy>=4.0",
"h5py>=3.0",
"scipy",
"yt>=4.3",
"unyt>=2.9.5",
"soxs>=4.6.0",
"tqdm",
],
include_package_data=True,
ext_modules=cython_extensions,
classifiers=[
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Visualization",
],
)

0 comments on commit d0fd3ce

Please sign in to comment.