Skip to content

Commit

Permalink
Merge pull request #1051 from aphearin/update_manifest
Browse files Browse the repository at this point in the history
Include forgotten scripts
  • Loading branch information
aphearin authored Sep 27, 2022
2 parents 440cb54 + aaee526 commit e27483f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Empty file modified scripts/download_additional_halocat.py
100644 → 100755
Empty file.
Empty file modified scripts/rebuild_halo_table_cache_log.py
100644 → 100755
Empty file.
Empty file modified scripts/rebuild_ptcl_table_cache_log.py
100644 → 100755
Empty file.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,18 @@
version = '{version}'
""".lstrip()

scripts = [
"scripts/download_initial_halocat.py",
"scripts/download_additional_halocat.py",
"scripts/rebuild_halo_table_cache_log.py",
"scripts/rebuild_ptcl_table_cache_log.py",
]

setup(
use_scm_version={
"write_to": os.path.join("halotools", "version.py"),
"write_to_template": VERSION_TEMPLATE,
},
ext_modules=get_extensions(),
scripts=scripts,
)

0 comments on commit e27483f

Please sign in to comment.