Skip to content

Commit

Permalink
Merge pull request #143 from BradleySappington/pypi_release_fix
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
mfixstsci authored Jun 12, 2024
2 parents 4bba860 + 51369f8 commit 3c6d4ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[build-system]
requires = ["setuptools>=61.2", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "jwst_reffiles"
description = 'A tool to create CRDS-formatted reference files for JWST from a set of input dark current files and a set of flat field files.'
readme = 'README.md'
requires-python = '>=3.8'
version = "1.0.1" # Static version
authors = [
{ name = "STScI (Rest, Hilbert, Canipe, et al.)", email = "arest@stsci.edu" },
]
Expand All @@ -22,7 +27,6 @@ classifiers = [
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Software Development :: Libraries :: Python Modules',
]
dynamic = ['version']

[project.scripts]
mkrefs = "jwst_reffiles.mkrefs:main"
Expand All @@ -31,16 +35,10 @@ mkrefs = "jwst_reffiles.mkrefs:main"
docs = ["nbsphinx", "ipykernel", "sphinx", "sphinx_rtd_theme"]
test = ["pytest"]

[build-system]
requires = ["setuptools>=61.2", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools]

[tool.setuptools.packages.find]
namespaces = false

[tool.setuptools.package-data]
jwst_reffiles = ["bad_pixel_mask/*.txt"]

[tool.setuptools_scm]

0 comments on commit 3c6d4ba

Please sign in to comment.