Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 67095d6

Browse files
committed
Minor packaging tweak by ?ric Araujo. Fixes issue #116.
1 parent f2d2f7e commit 67095d6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ To run coverage (coverage package is required):
2020
On Windows, things are a little more complicated. Assume 'P' is your
2121
Python binary (for example C:\Python33\python.exe).
2222

23-
You must first build the _overlapped.pyd extension and have it placed
24-
in the asyncio directory, as follows:
23+
You must first build the _overlapped.pyd extension (it will be placed
24+
in the asyncio directory):
2525

26-
C> P setup.py build_ext --inplace
26+
C> P setup.py build_ext
2727

2828
Then you can run the tests as follows:
2929

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build_ext]
2+
inplace = 1

0 commit comments

Comments
 (0)