Skip to content

Commit

Permalink
Add pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Mar 26, 2024
1 parent 3da394d commit 4f130cd
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 2,376 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include versioneer.py
include planck_2020_lollipop/_version.py
prune .github
4 changes: 1 addition & 3 deletions planck_2020_lollipop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from ._version import get_versions
from .lollipop import lowlB, lowlE, lowlEB

__version__ = get_versions()["version"]
del get_versions
from ._version import __version__
Loading

0 comments on commit 4f130cd

Please sign in to comment.