Skip to content

Commit

Permalink
Remove manifix dependency and MANIFEST.in file
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <[email protected]>
  • Loading branch information
hakonanes committed Sep 7, 2024
1 parent 63b0655 commit e72acc1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,6 @@ jobs:
run: |
black --diff --line-length 77 doc/tutorials/*.ipynb
# Make sure all necessary files will be included in a release
manifest:
name: check manifest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4

- name: Install dependencies
run: |
pip install manifix
- name: Check MANIFEST.in file
run: |
python setup.py manifix
build-with-pip:
name: ${{ matrix.os }}-py${{ matrix.python-version }}${{ matrix.LABEL }}
runs-on: ${{ matrix.os }}
Expand Down
14 changes: 0 additions & 14 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion doc/dev/building_writing_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ We use :doc:`nbval <nbval:index>` for this.
The tutorial notebooks can be run interactively in the browser with the help of Binder.
When creating a server from the orix source code, Binder installs the packages listed in
the ``environment.yml`` configuration file, which must include all ``doc`` dependencies
in ``setup.py`` necessary to run the notebooks.
in ``pyproject.toml`` necessary to run the notebooks.

Writing API reference
---------------------
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ dev = [
"black[jupyter]",
"hatch",
"isort >= 5.10",
"manifix",
"outdated",
"pre-commit >= 1.16",
"orix[doc,tests,coverage]",
Expand Down

0 comments on commit e72acc1

Please sign in to comment.