From 5d1b7fe3888304cab3372293c40c945ab6e61afd Mon Sep 17 00:00:00 2001 From: nanoric Date: Fri, 29 Mar 2019 06:56:47 -0400 Subject: [PATCH] [Add] added *.a to sdist *.a : gcc static link library --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index ecd51f6a..af0e5843 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -recursive-include vnpy *.ico *.ini *.dll *.so *.pyd *.h *.hpp *.cpp +recursive-include vnpy *.ico *.ini *.dll *.so *.pyd *.h *.hpp *.cpp *.a diff --git a/setup.py b/setup.py index 77bc9b18..28250618 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ setup( "*.ini", "*.dll", "*.so", - "*.pyd" + "*.pyd", ]}, install_requires=install_requires, classifiers=[