Skip to content

Commit

Permalink
remove from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Sep 12, 2024
1 parent 3cb4a44 commit 9150900
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
16 changes: 11 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ authors = [
{name = "Joe Filippazzo"},
{name= "Kelle Cruz"},
{name= "Sherelyn Alejandro Merchan"}
]
description="Spectral energy distribution construction and analysis tools"
license = "MIT"
keywords=['astronomy']
classifiers=[
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Software Development :: Libraries :: Python Modules',
]

requires-python = ">=3.11"

classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"astropy>=5.3.1",
"astroquery>=0.4.6",
Expand Down
16 changes: 0 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,8 @@ def run(self):

setup(
name='sedkit',
description='Spectral energy distribution construction and analysis tools',
author='Joe Filippazzo',
author_email='[email protected]',
license='MIT',
url='https://github.com/hover2pi/sedkit',
keywords=['astronomy'],
classifiers=[
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=find_packages(exclude=["examples"]),
version='1.2.5',
setup_requires=['setuptools_scm'],
install_requires=['numpy', 'astropy', 'bokeh', 'emcee', 'pysynphot', 'scipy', 'astroquery', 'dustmaps', 'pandas','svo_filters', 'healpy'],
include_package_data=True,
extras_require={
'docs': DOCS_REQUIRE,
Expand Down

0 comments on commit 9150900

Please sign in to comment.