Assembla home | Assembla project page
 

Ticket #92 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Align OSX-app generation support with othet targets

Reported by: shypike Assigned to: shypike
Priority: normal Milestone: 0.5.0
Component: Packaging Version: 0.4.2
Severity: normal Keywords:
Cc:

Description

Folder "ressources" is spelled wrong, rename to "resources". Integrate setup-osx.py into setup.py.

Automate the generation of the distributable for OSX in setup.py.

Change History

08/21/08 19:38:28 changed by shypike

(In [1540]) Rename "ressources" to "resources". Try to integrate setup-osx.py with setup.py. Addresses #92 for trunk.

09/01/08 20:43:26 changed by shypike

  • status changed from new to closed.
  • resolution set to fixed.

(In [1576]) Cleanup of OSX support. Avoid using platform.platform. Closes #92 for trunk.

09/07/08 06:39:52 changed by shypike

(In [1612]) Fixed missing "import platform" for OSX. Addresses #92 bug for trunk.