Skip to content

Commit

Permalink
Properly package for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswilliamsastro committed Dec 1, 2023
1 parent 256593b commit 3ea01fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
1.0.1 (2023-12-01)
1.0.2 (2023-12-01)
==================

- Fix packaging to minimise file size
- Error in ``pyproject.toml``

1.0.0 (2023-12-01)
==================
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
project = 'pjpipe'
copyright = '2023, PHANGS Team'
author = 'PHANGS Team'
release = '1.0.1'
version = '1.0.1'
release = '1.0.2'
version = '1.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "pjpipe"
version = "1.0.1"
version = "1.0.2"
description = "JWST Pipeline Wrapper for Nearby Galaxies"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -65,7 +65,6 @@ dependencies = [
"Source" = "https://github.com/phangsTeam/pjpipe"

[tool.setuptools.packages.find]
where = ["pjpipe"]
exclude = ["LEGACY/*"]

[build-system]
Expand Down

0 comments on commit 3ea01fa

Please sign in to comment.