Skip to content

Commit

Permalink
Add pyproject.toml (#6)
Browse files Browse the repository at this point in the history
* Add pyproject

* update action
  • Loading branch information
xgarrido committed Mar 26, 2024
1 parent 3da394d commit eea34e4
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 2,377 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"
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
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 eea34e4

Please sign in to comment.