From 790d22ea6ef4cb135a53f1bdea1f33d0f441a791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Mon, 19 Nov 2018 00:20:11 +0100 Subject: [PATCH] Updated KLayout Python Module Prototype (markdown) --- KLayout-Python-Module-Prototype.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KLayout-Python-Module-Prototype.md b/KLayout-Python-Module-Prototype.md index 9181c0f..2cb14c9 100644 --- a/KLayout-Python-Module-Prototype.md +++ b/KLayout-Python-Module-Prototype.md @@ -11,7 +11,7 @@ Auto-generated documentation for the Functions is here: * ```klayout.db``` module: [http://www.klayout.org/downloads/pymod/doc-qt4/code/module_db.html](http://www.klayout.org/downloads/pymod/doc-qt4/code/module_db.html) * ```klayout.rdb``` module: [http://www.klayout.org/downloads/pymod/doc-qt4/code/module_rdb.html](http://www.klayout.org/downloads/pymod/doc-qt4/code/module_rdb.html) -## Building with ```distutils``` +## Building with ```setuptools``` ``` # From the project's root directory