Differences From 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]
To Artifact [d3a7a950ad]:
- Executable file setup.py — part of check-in [1cd99def48] at 2022-10-28 07:09:42 on branch trunk — depends version cleanup, fixate filename= instead of fn=, drop nested Util results (user: mario, size: 623) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + + | import pluginconf.setup #from os import system #system("pandoc -f markdown -t rst README.md > README.rst") pluginconf.setup.setup( |