dist: Classify pxd files as source only.
This commit is contained in:
@@ -347,6 +347,7 @@ init python:
|
||||
|
||||
build.classify_renpy(pattern + "/**.pyi", None)
|
||||
build.classify_renpy(pattern + "/**.pyx", "source_only")
|
||||
build.classify_renpy(pattern + "/**.pxd", "source_only")
|
||||
|
||||
build.classify_renpy(pattern + "/**.rpyc", binary)
|
||||
build.classify_renpy(pattern + "/**.rpymc", binary)
|
||||
|
||||
@@ -15,6 +15,6 @@ sleep 2
|
||||
)
|
||||
|
||||
rpy pull
|
||||
# rpy build --python 3
|
||||
rpy build --python 3
|
||||
|
||||
lib/py3-linux-x86_64/python distribute.py
|
||||
|
||||
Reference in New Issue
Block a user