Differences From Artifact [f210898d14]:
- Executable file setup.py — part of check-in [4b8c748142] at 2022-10-25 22:06:05 on branch trunk — enjoin pluginconf (python implementation here) (user: mario, size: 465) [annotate] [blame] [check-ins using]
To Artifact [44fd264fd9]:
- Executable file setup.py — part of check-in [b5dc7df53f] at 2022-10-26 16:50:11 on branch trunk — support for #console-scripts: in setup+flit (user: mario, size: 588) [annotate] [blame] [check-ins using]
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + + + + + + | #from os import system #system("pandoc -f markdown -t rst README.md > README.rst") pluginconf.setup.setup( fn="pluginconf/__init__.py", |