From 890095c5e37d238b730fc152a1d13d0549ccf51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Larivi=C3=A8re?= Date: Mon, 26 Aug 2019 08:02:32 -0400 Subject: [PATCH] Update BUILDME --- BUILDME | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDME b/BUILDME index 994361c..7ef2581 100755 --- a/BUILDME +++ b/BUILDME @@ -48,6 +48,7 @@ def BUILDME(s: str, t: str, o: str) -> int: # Copy the files shutil.copy(os.path.join(s, S_NAME, "__init__.py"), os.path.join(c_CurrDestination, S_NAME)) shutil.copy(os.path.join(s, S_NAME, "rwlock.py"), os.path.join(c_CurrDestination, S_NAME)) + shutil.copy(os.path.join(s, S_NAME, "py.typed"), os.path.join(c_CurrDestination, S_NAME)) shutil.copy(os.path.join(s, "tests", "rwlock_test.py"), os.path.join(c_CurrDestination, "tests")) if t == c_CurrDestination: # Prepare environment variables