Skip to content

Commit

Permalink
Merge pull request #264 from simonsobs/remove-versioneer
Browse files Browse the repository at this point in the history
Remove versioneer
  • Loading branch information
JBorrow authored Jul 15, 2024
2 parents ba72d0d + 10391d1 commit 1f52ada
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2,378 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

10 changes: 0 additions & 10 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
project(
'pixell',
['c', 'fortran', 'cython'],
version: run_command(
[
# Note that _version.py doesn't actually 'dynamically' set the
# version number. We call it at build time and set it as a meson
# property.
'python',
'pixell/_version.py'
],
check: true,
).stdout().strip()
)

py = import('python').find_installation(pure: false)
Expand Down
Loading

0 comments on commit 1f52ada

Please sign in to comment.