Reverting "No more of this find_packages nonsense."

This reverts commit b75eb88fab.
This commit is contained in:
Christopher Allan Webber
2013-06-24 09:10:48 -05:00
parent c3de34d431
commit c1b342ba95

View File

@@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from setuptools import setup
from setuptools import setup, find_packages
import os
import re
@@ -36,7 +36,7 @@ def get_version():
setup(
name="mediagoblin",
version=get_version(),
packages=['mediagoblin'],
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
zip_safe=False,
include_package_data = True,
# scripts and dependencies