|
@ -5,6 +5,7 @@ BUILD_DIR = ./build |
|
|
DIST_DIR = ./dist |
|
|
DIST_DIR = ./dist |
|
|
VERSION_FILE = ./src/pEp/__version__.py |
|
|
VERSION_FILE = ./src/pEp/__version__.py |
|
|
BUILD_INPLACE = ./src/pEp/_pEp.cpython-38-darwin.so |
|
|
BUILD_INPLACE = ./src/pEp/_pEp.cpython-38-darwin.so |
|
|
|
|
|
BUILD_INPLACE += ./src/pEp/_gen.cpython-38-darwin.so |
|
|
PYTHON_ARTIFACTS += ./.eggs |
|
|
PYTHON_ARTIFACTS += ./.eggs |
|
|
PYTHON_ARTIFACTS += ./src/pEp.egg-info |
|
|
PYTHON_ARTIFACTS += ./src/pEp.egg-info |
|
|
PYTHON_ARTIFACTS += ./.pytest_cache |
|
|
PYTHON_ARTIFACTS += ./.pytest_cache |
|
|