SpreadBand / django-backcap

Help center for community-driven websites
GNU General Public License v3.0
20 stars 3 forks source link

Update setup.py #3

Closed airtonix closed 11 years ago

airtonix commented 11 years ago
airtonix commented 11 years ago

Prior to making these changes, a pip install git+git://github.com/SpreadBand/django-backcap.git resulted in a backcap package without any templates, migrations or locale folders.

This pull request resolves that by simplifying the setup.py and providing a MANIFEST.in file to describe which non python files to include in the package installation.

glibersat commented 11 years ago

Hi @airtonix ! Thanks for the PR. As you may have noticed, backcap is under rework, so there are a few features that may not be working anymore. I hope to fix that soon, any help is welcome.

Cheers,

Guillaume

airtonix commented 11 years ago

@glibersat Then I propose that you write up a some planning documents in the Wiki helps to define Project scope, some user stories. Nothing extreme, just something that helps put some guidelines in place that helps you mercilessly discard out of scope issues, bugs without loosing sleep.