Skip to content

Commit

Permalink
Remove dtm from setup.py.
Browse files Browse the repository at this point in the history
--HG--
branch : dev
  • Loading branch information
cmd-ntrf authored and felix.antoine.fortin committed Feb 5, 2013
1 parent 42be7ff commit eb6bc7f
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 @@ -21,7 +21,7 @@
author_email='[email protected]',
url='http://deap.googlecode.com',
download_url='http://code.google.com/p/deap/downloads/list',
packages=['deap', 'deap.benchmarks', 'deap.dtm', 'deap.tests'],
packages=['deap', 'deap.benchmarks', 'deap.tests'],
platforms=['any'],
keywords=['evolutionary algorithms','genetic algorithms','genetic programming','cma-es','ga','gp','es','pso'],
license='LGPL',
Expand All @@ -38,4 +38,4 @@
],
ext_modules = ext_modules,
cmdclass = {'build_py': build_py}
)
)

0 comments on commit eb6bc7f

Please sign in to comment.