tpherndon / django-fedora
A Django web UI for Fedora 3.1 (http://www.fedora-commons.org)
Clone this repository (size: 156.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tpherndon/django-fedora/
| commit 56: | f18688370e15 |
| parent 55: | 092b173ec942 |
| branch: | default |
Fixing setup.py to point to proper packages
8 months ago
Changed (Δ5 bytes):
raw changeset »
setup.py (1 lines added, 1 lines removed)
| … | … | @@ -8,7 +8,7 @@ setup(name='django-fedora', |
8 |
8 |
author_email='tpherndon@gmail.com', |
9 |
9 |
url='http://bitbucket.org/tpherndon/django-fedora/', |
10 |
10 |
description='A Django web UI for Fedora 3.1 (http://www.fedora-commons.org)', |
11 |
packages=[' |
|
11 |
packages=['djadora', 'djadora.management', 'djadora.management.commands', 'djadora.templatetags'], |
|
12 |
12 |
classifiers=[ |
13 |
13 |
'Development Status :: 4 - Beta', |
14 |
14 |
'Environment :: Web Environment', |
