xipd

programming language for audio processing that compiles to PureData
git clone https://git.ce9e.org/xipd.git

commit
e38d6e2378914b956affc3cc3948e983ee384616
parent
085ed56f2a02e047780e204071bace026d443161
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-27 08:36
include std.xipd in package

Diffstat

M setup.cfg 3 +++
R std.xipd -> xipd/std.xipd 0

2 files changed, 3 insertions, 0 deletions


diff --git a/setup.cfg b/setup.cfg

@@ -11,6 +11,9 @@ license = MIT
   11    11 [options]
   12    12 packages = xipd
   13    13 
   -1    14 [options.package_data]
   -1    15 * = *.xipd
   -1    16 
   14    17 [options.entry_points]
   15    18 console_scripts =
   16    19     xipd = xipd.__main__:main

diff --git a/std.xipd b/xipd/std.xipd