Skip to content

Commit

Permalink
Add deploy and manifest to .nengobones.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Jun 22, 2020
1 parent 28d1ea5 commit 86a559f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ contributing_rst: {}

contributors_rst: {}

manifest_in: {}

setup_py:
install_req:
- nengolib>=0.5.1
Expand Down Expand Up @@ -49,5 +51,6 @@ travis_yml:

ci_scripts:
- template: static
- template: deploy

codecov_yml: {}
37 changes: 37 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Automatically generated by nengo-bones, do not edit this file directly

global-include *.py
global-include *.sh
global-include *.template
include *.rst

# Include files for CI and recreating the source dist
include *.yml
include *.yaml
include *.toml
include MANIFEST.in
include .gitlint
include .pylintrc

# Directories to include
graft docs

# Subdirectories to exclude, if they exist
prune docs/_build
prune dist
prune .git
prune .github
prune .tox
prune .eggs
prune .ci

# Exclude auto-generated files
recursive-exclude docs *.py

# Patterns to exclude from any directory
global-exclude *.ipynb_checkpoints*
global-exclude *-checkpoint.ipynb

# Exclude all bytecode
global-exclude *.pyc *.pyo *.pyd

0 comments on commit 86a559f

Please sign in to comment.