﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
1786	Naming of development bundles	Tristan Croll	Conrad Huang	"Setup Tools seems to be doing some automatic reformatting of bundles with the word ""dev"" in the version string. If I set the Clipper version string to either of `0.3.1-dev001` or `0.3.1dev001` the resulting wheel file becomes `ChimeraX_Clipper-0.3.1.dev1...`. The wheel gets built, but I get the following traceback at the tail end of `make app-install`:

```
removing build/bdist.linux-x86_64/wheel
Traceback (most recent call last):
  File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/core/commands/devel.py"", line 151, in _run
    unbound_method(bb, *args, **kw)
  File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/bundle_builder/bundle_builder.py"", line 85, in make_install
    self.make_wheel(test=test, debug=debug)
  File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/bundle_builder/bundle_builder.py"", line 80, in make_wheel
    raise RuntimeError(""Building wheel failed"")
RuntimeError: Building wheel failed
```

If I give in and set the string according to the convention it wants, everything works fine."	defect	closed	moderate		Tool Shed		fixed						all	ChimeraX
