[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Missing setup.py



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear Stani,
	with the help of Emilio Pozuelo Monfort and other people of the Debian
python apps team we are going to upload a new package of your spe. It
should be better for us if you provide a tarball of your project, even
if you are continuing to improve it. We, also, added some files that
needs to be in the upstream version: setup.py and spe.desktop are
attached at this email.

Bye
sc

- --
Stefano Canepa aka sc: sc@linux.it - http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHSEMNl8XQY46MbvERAv1GAJ9dPzZ8GNCCqj+b1yDvf3xs9uloMwCeJPrk
H0NoEp4wq2WvL6YtIH0QYcU=
=qCUm
-----END PGP SIGNATURE-----
from distutils.core import setup

setup(name          = "spe",
      version       = "0.8.4b",
      description   = "If you enjoy SPE, consider a (small) donation.",
      author        = "http://pythonide.stani.be";,
      author_email  = "spe.stani.be@gmail.com",
      url           = "http://pythonide.stani.be";,
      license       = "GPL",
      scripts       = ['_spe/spe'],
      packages      = ['_spe', '_spe.dialogs', '_spe.examples', '_spe.plugins', '_spe.shortcuts', '_spe.sidebar', '_spe.skins', '_spe.sm', '_spe.tabs', '_spe.view', '_spe.plugins.kiki', '_spe.plugins.pychecker', '_spe.plugins.pychecker2', '_spe.plugins.winpdb', '_spe.plugins.wxGlade', '_spe.plugins.wxGlade.edit_sizers', '_spe.plugins.wxGlade.widgets', '_spe.plugins.wxGlade.widgets.bitmap_button', '_spe.plugins.wxGlade.widgets.button', '_spe.plugins.wxGlade.widgets.checkbox', '_spe.plugins.wxGlade.widgets.choice', '_spe.plugins.wxGlade.widgets.combo_box', '_spe.plugins.wxGlade.widgets.custom_widget', '_spe.plugins.wxGlade.widgets.dialog', '_spe.plugins.wxGlade.widgets.frame', '_spe.plugins.wxGlade.widgets.gauge', '_spe.plugins.wxGlade.widgets.grid', '_spe.plugins.wxGlade.widgets.list_box', '_spe.plugins.wxGlade.widgets.list_ctrl', '_spe.plugins.wxGlade.widgets.menubar', '_spe.plugins.wxGlade.widgets.notebook', '_spe.plugins.wxGlade.widgets.panel', '_spe.plugins.wxGlade.widgets.radio_box', '_spe.plugins.wxGlade.widgets.radio_button', '_spe.plugins.wxGlade.widgets.slider', '_spe.plugins.wxGlade.widgets.spacer', '_spe.plugins.wxGlade.widgets.spin_button', '_spe.plugins.wxGlade.widgets.spin_ctrl', '_spe.plugins.wxGlade.widgets.splitter_window', '_spe.plugins.wxGlade.widgets.static_bitmap', '_spe.plugins.wxGlade.widgets.static_line', '_spe.plugins.wxGlade.widgets.static_text', '_spe.plugins.wxGlade.widgets.text_ctrl', '_spe.plugins.wxGlade.widgets.toggle_button', '_spe.plugins.wxGlade.widgets.toolbar', '_spe.plugins.wxGlade.widgets.tree_ctrl', '_spe.skins.default', '_spe.sm.wxp'],
      data_files=[('doc', ['_spe/spe_changes.txt'])],
      package_data={'_spe': ['defaults.cfg']},
)

Attachment: spe.desktop
Description: application/desktop

Attachment: setup.py.sig
Description: Binary data

Attachment: spe.desktop.sig
Description: Binary data

begin:vcard
fn:Stefano Canepa
n:Canepa;Stefano
email;internet:sc@linux.it
x-mozilla-html:FALSE
version:2.1
end:vcard


Reply to: