Skip to content
Extraits de code Groupes Projets
Valider a7ba16d8 rédigé par Jamesie Pic's avatar Jamesie Pic
Parcourir les fichiers

Added setup.py

parent 220ecc93
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
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, Arnaud Fabre',
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',
]
)
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter