We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc761b commit b2d4b5dCopy full SHA for b2d4b5d
1 file changed
setup.cfg
@@ -48,6 +48,15 @@ dev =
48
cothread; sys_platform != "win32"
49
p4p
50
51
+# Include the OS specific files in the sdist, even
52
+# if not packages by setup.py (as we only build sdist on one arch)
53
+[options.data_files]
54
+iocStats/devIocStats = iocStats/devIocStats/*.c iocStats/devIocStats/*.h
55
+iocStats/devIocStats/os/default = iocStats/devIocStats/os/default/*
56
+iocStats/devIocStats/os/Darwin = iocStats/devIocStats/os/Darwin/*
57
+iocStats/devIocStats/os/WIN32 = iocStats/devIocStats/os/WIN32/*
58
+iocStats/devIocStats/os/Linux = iocStats/devIocStats/os/Linux/*
59
+
60
[flake8]
61
max-line-length = 80
62
extend-ignore =
0 commit comments