
package hy module:
- build a normal python package
- write .hy file, and add
import hyin toplevel or just__init__.py(to enable compile pyc using hy) - write package data in setup on
setup.py
setup = (
package_data={
'minghu6.text': ['*.hy', '__pycache__/*'],
},
)




近期评论