Skip to content

Commit

Permalink
Remove urbansimd from excluded packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Mar 25, 2014
1 parent 6f40a95 commit 97401a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'Programming Language :: Python :: 2.7',
'License :: OSI Approved :: GNU Affero General Public License v3'
],
packages=find_packages(exclude=['urbansimd', '*.tests']),
packages=find_packages(exclude=['*.tests']),
package_data={'urbansim.urbansim': ['templates/*.template']},
install_requires=[
'Django>=1.6.2',
Expand Down

0 comments on commit 97401a5

Please sign in to comment.