Skip to content

Commit

Permalink
Merge pull request #132 from joshmoore/win-target
Browse files Browse the repository at this point in the history
setup.py: windows builds
  • Loading branch information
sbesson authored Nov 29, 2019
2 parents 645fb31 + 1e3e6be commit b1565d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def read(fname):
author="The Open Microscopy Team",
author_email="ome-devel@lists.openmicroscopy.org.uk",
url=url,
package_dir={"": "target/"},
package_dir={"": "target"},
packages=packages,
package_data={
'omero.gateway': ['pilfonts/*'],
Expand All @@ -218,4 +218,4 @@ def read(fname):
cmdclass={
'devtarget': DevTargetCommand,
},
)
)

0 comments on commit b1565d5

Please sign in to comment.