Skip to content
Snippets Groups Projects
Commit 6899b16e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove all traces of zc.buildout from development instructions

parent 07c0cad1
No related branches found
No related tags found
1 merge request!280Documentation updates; Buildout and Nose deprecation
Pipeline #59509 canceled
......@@ -161,7 +161,6 @@ def new(package, author, email, title, license, output_dir):
".gitignore",
".gitlab-ci.yml",
".pre-commit-config.yaml",
"buildout.cfg",
"doc/conf.py",
"doc/index.rst",
"doc/links.rst",
......
include README.rst buildout.cfg {% if license.startswith('gpl') %}COPYING {% endif %}version.txt requirements.txt
include README.rst {% if license.startswith('gpl') %}COPYING {% endif %}version.txt requirements.txt
recursive-include doc *.rst *.png *.ico *.txt
; -*- coding: utf-8 -*-
; {{ date }}
[buildout]
parts = scripts
develop = .
eggs = {{ name }}
extensions = bob.buildout
newest = false
verbose = true
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment