Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #16 from webuildcity/2015-08-ve-package
Browse files Browse the repository at this point in the history
moved everything from lib/wbc to wbc and added MANIFEST.in
  • Loading branch information
MagdaN committed Aug 17, 2015
2 parents fd0f1e1 + a1057af commit 44d1171
Show file tree
Hide file tree
Showing 159 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include LICENSE
include README.md

recursive-include wbc *.html *.png *.svg *.js *.js.map *.css *.ttf *.otf *.eot *.woff
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
we-build.city
=============

We-build.city is a collaboration platform designed to enable everyone to participate in urban planning more easily. It encourages citizens, companies, public authorities and any other stakeholder to engage and cooperate in the urban planning process in order to reduce frustration, and possible lengthy and costly conflicts which often arise.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages

version = '0.1.1'
version = '0.1.2'

install_requires = [
'Django==1.8',
Expand All @@ -12,7 +12,7 @@
]

setup(
name='webuildcity',
name='django-wbc',
version=version,
url='https://github.com/webuildcity/wbc/',
download_url='https://github.com/webuildcity/wbc/archive/%s.tar.gz' % version,
Expand All @@ -23,7 +23,6 @@
maintainer=u'Jochen Klar',
maintainer_email=u'jochenklar@gmail.com',
description=u'We-build.city is a Django module for a collaboration platform about participation in urban planning.',
long_description=u'We-build.city is a collaboration platform designed to enable everyone to participate in urban planning more easily. It encourages citizens, companies, public authorities and any other stakeholder to engage and cooperate in the urban planning process in order to reduce frustration, and possible lengthy and costly conflicts which often arise',
include_package_data=True,
install_requires=install_requires,
classifiers=[
Expand All @@ -36,4 +35,4 @@
'Framework :: Django :: 1.8',
'Natural Language :: German'
]
)
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 44d1171

Please sign in to comment.