Commit 306e1c6f authored by Stephan Richter's avatar Stephan Richter

- Make sure that all package data is included when using setuputils.

  (Forward-port from 3.8 branch)

- winlock.c does not exist anymore, so do not try to compile it. This 
  only affects zpkg.

- Ignore a generated file.
parent 4a949a33
......@@ -80,6 +80,7 @@ else:
],
zip_safe = False,
entry_points = entry_points,
include_package_data = True,
)
scripts = []
......
# Extension information for zpkg.
<extension winlock>
source winlock.c
</extension>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment