diff --git a/README.md b/README.md index cae5191..2157e77 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ Creating deployment wheel (for Linux) 1. Install pre-requisites mentioned in `Installing the Library from Source` section. 2. Goto source root and run `python setup.py bdist_wheel` +Creating deployment wheel (for Windows) +----- +1. Install pre-requisites mentioned in `Installing the Library from Source` section. +2. Goto source root and run `python setup.py bdist_wheel --plat-name win-amd64` + + Background ----- Siddhi is a Query Language and a Library for Realtime Streaming Complex Event Processing developed by WSO2 Inc. Siddhi CEP is currently used in WSO2 Data Analytics Server, an Enterprise Level Open Source Data Analytics Solution. diff --git a/setup.cfg b/setup.cfg index 8aeec86..c3e6963 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,2 @@ [bdist_wheel] -python-tag = py2.py3 -plat-name = linux-x86_64 \ No newline at end of file +python-tag = py2.py3 \ No newline at end of file