Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
add namespace_packages so this can be installed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Dec 7, 2011
1 parent e49b4ec commit d2b89cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='armstrong.esi',
version='0.3',
version='0.3.1',
description='Base functionality that needs to be shared widely',
author='Texas Tribune',
author_email='tech@texastribune.org',
Expand All @@ -12,7 +12,9 @@
'armstrong.esi',
'armstrong.esi.templatetags',
],

namespace_packages=[
"armstrong",
],
install_requires=[
'setuptools',
],
Expand Down

0 comments on commit d2b89cd

Please sign in to comment.