detect packages automatically

This commit is contained in:
Serghei Mihai 2014-04-28 16:40:45 +02:00
parent 6070388122
commit 729552ad08
1 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from distutils.command.sdist import sdist
from setuptools import setup
from setuptools import setup, find_packages
import os
import glob
import re
@ -56,10 +56,7 @@ setup(
description='Portail admin',
author='Frederic Peters',
author_email='fpeters@entrouvert.com',
packages=[
'hobo',
'hobo.environment',
],
packages=find_packages(),
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',