mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
Removed manifest from package
This commit is contained in:
55
MANIFEST.in
55
MANIFEST.in
@@ -1,55 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (C) 2020 Mojib Wali.
|
||||
#
|
||||
# invenio-config-iform is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||
# details.
|
||||
|
||||
# TODO: Generate this manifest file by running the following commands:
|
||||
# (please sort the lines in this file after running below commands)
|
||||
#
|
||||
# git init
|
||||
# git add -A
|
||||
# pip install -e .[all]
|
||||
# check-manifest -u
|
||||
|
||||
include .dockerignore
|
||||
include .editorconfig
|
||||
include .tx/config
|
||||
prune docs/_build
|
||||
recursive-include invenio_config_iform/translations *.po *.pot *.mo
|
||||
|
||||
# added by check_manifest.py
|
||||
include *.md
|
||||
include *.rst
|
||||
include *.sh
|
||||
include *.txt
|
||||
include *.rst
|
||||
include LICENSE
|
||||
include babel.ini
|
||||
include pytest.ini
|
||||
recursive-include docs *.bat
|
||||
recursive-include docs *.py
|
||||
recursive-include docs *.rst
|
||||
recursive-include docs *.txt
|
||||
recursive-include docs Makefile
|
||||
recursive-include tests *.py
|
||||
|
||||
|
||||
# added by check_manifest.py
|
||||
recursive-include invenio_config_iform *.crt
|
||||
recursive-include invenio_config_iform *.json
|
||||
recursive-include invenio_config_iform *.key
|
||||
recursive-include invenio_config_iform *.xml
|
||||
recursive-include invenio_config_iform *.gitkeep
|
||||
recursive-include invenio_config_iform *.txt
|
||||
recursive-include invenio_config_iform *.html
|
||||
|
||||
|
||||
# added by check-manifest
|
||||
recursive-include invenio_config_iform *.csv
|
||||
|
||||
# added by check-manifest
|
||||
recursive-include invenio_config_iform *.pdf
|
||||
include .git-blame-ignore-revs
|
||||
@@ -20,8 +20,6 @@ set -o nounset
|
||||
echo "Running ruff check..."
|
||||
ruff check .
|
||||
|
||||
echo "Running manifest check..."
|
||||
python -m check_manifest
|
||||
echo "Running sphinx check..."
|
||||
python -m sphinx.cmd.build -qnN docs docs/_build/html
|
||||
echo "Running tests..."
|
||||
|
||||
Reference in New Issue
Block a user