summaryrefslogtreecommitdiff
path: root/setup.py
blob: 08ee3528a48369ec8bc46f4b37d6a2e532b663bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/python

from distutils.core import setup, Extension

#thread = Extension("geneticone.modules.geneticthread", sources=["geneticone/modules/geneticthread.c"])

setup(name="Genetic/One",
		version="SVN",
		author="Necoro d.M.",
		license="GPLv2",
		author_email="necoro@necoro.net",
		packages=["geneticone", "geneticone.gui"],
		#ext_modules=[thread]
		)
32671d1c800c899ddce6a67b&follow=1'>Update changelogRené 'Necoro' Neumann1-0/+1 2009-08-10Fixed pt_BR translationAlberto Federman Neto1-2/+5 2009-08-10Add credits for translationRené 'Necoro' Neumann2-0/+2 ad95e069674fbe8ce9db192d39c25&follow=1'>TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0