Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
django-representatives
Commits
69edf2fa
Commit
69edf2fa
authored
Oct 29, 2015
by
Bram
Browse files
Merge pull request #2 from jpic/setup_py
Added a basic setup.py
parents
4ae67f31
2155e149
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
69edf2fa
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'django-representatives'
,
version
=
'0.0.1'
,
description
=
'Base app for government representative'
,
author
=
'Laurent Peuch, Olivier Le Thanh Duong, Yohan Boniface'
,
author_email
=
'webmaster@memopol.org'
,
url
=
'http://github.com/political-memory/django-representatives'
,
packages
=
find_packages
(),
include_package_data
=
True
,
license
=
'GPLv3'
,
keywords
=
'django government parliament'
,
classifiers
=
[
'Development Status :: 1 - Alpha/Planning'
,
'Environment :: Web Environment'
,
'Framework :: Django'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python :: 2'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
]
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment