Skip to content

Commit

Permalink
Added deployment support to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhawa Vidanapathirana authored and madhawav committed Aug 15, 2017
1 parent 2015ba0 commit 427762c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[bdist_wheel]
python-tag = py2.py3
plat-name = linux-x86_64
python-tag = py2.py3

0 comments on commit 427762c

Please sign in to comment.