Commit Graph

41 Commits

Author SHA1 Message Date
Benjamin Dauvergne c0b9a6264c setup.py: add missing dependency django-admin-tools 2013-12-17 10:58:02 +01:00
Benjamin Dauvergne 8e2f186fac setup.py: do not refuser to run when workdir is dirty 2013-11-29 16:40:21 +01:00
Jérôme Schneider a03baed4d4 setup.py sdist: store version into the archive 2013-08-13 17:19:04 +02:00
Jérôme Schneider 625399bc3d setup.py: remove use_setuptools which install stuff inside current
folder
2013-08-09 17:01:08 +02:00
Jérôme Schneider 7f2a928447 setup.py: don't depend on django during the setup
Don't depend Django during build and sdist. Don't add mo files
into source package.
2013-08-09 10:53:47 +02:00
Benjamin Dauvergne 91c9e0296a setup.py: update compile_translations command for new organization of translations files 2013-07-24 11:33:15 +02:00
Benjamin Dauvergne f3ff3aeaba change project mailing list email 2013-07-12 10:08:34 +02:00
Benjamin Dauvergne cde5387e9b setup: bump minimal south version required 2013-06-18 11:15:55 +02:00
Jérôme Schneider 5ddda2a2a7 setup.py: cancel commit 3d6e0b61 2013-06-13 20:23:56 +02:00
Jérôme Schneider 3d6e0b612a setup.py: fix new get_version 2013-06-13 18:39:39 +02:00
Benjamin Dauvergne 01c55faa29 setup.py: add django to setup_requires 2013-06-04 16:55:16 +02:00
Benjamin Dauvergne 98a4fab252 setup.py: update get_version 2013-05-15 15:52:39 +02:00
Benjamin Dauvergne 2b081ee4ed setup.py: use get_version() to generate the version string 2013-05-13 17:25:58 +02:00
Benjamin Dauvergne c305e9549f add scripts declaration to setup.py 2013-04-16 12:13:49 +02:00
Benjamin Dauvergne 65283edc27 rename manage.py to authentic2-ctl 2013-04-14 12:04:25 +02:00
Benjamin Dauvergne 1ec7c69165 fix dependent version on django-registration (last try) 2013-04-11 14:08:29 +02:00
Benjamin Dauvergne 12030754c0 fix dependent version on django-registration (bis) 2013-04-11 13:56:20 +02:00
Benjamin Dauvergne 5fdb7051f5 fix dependent version on django-registration 2013-04-11 13:40:37 +02:00
Benjamin Dauvergne b5709630d0 setup.py: update dependencies and dependecy_links 2013-04-11 12:05:53 +02:00
Benjamin Dauvergne 58bb5d4fb0 fix correct dependencies versions in setupt.py and requirements.txt 2013-03-05 16:03:35 +01:00
Mikaël Ates b31952b151 Distributable package of Authentic2 manage with Setuptools.
The setup is now based on the Setuptools.

    The ez_setup script of setuptools has been included
    for a virgin Python installation.
2012-05-11 14:30:13 +02:00
Mikaël Ates adbd86db92 Update package files for distribution. 2012-04-27 13:37:13 +02:00
Benjamin Dauvergne 7434bd51a7 [setup.py] remove requires 2012-03-24 08:57:44 +01:00
Benjamin Dauvergne 7b34bd1e32 Remove instruction about installing django-registration as it is included in authentic2
django-registration is badly maintained currently, a fork exists named
django-registration2 but it is incompatible with django-auth-openid as
it changed some url internal names. For now we must consider
django-registration an internally distributed dependency. The copy in
authentic/vendor/registration/ should be updated regurlarly.
2011-12-29 19:36:49 +01:00
Mikaël Ates a40c0c7b34 Preparation for release 2.0.0 2011-12-22 19:11:28 +01:00
Mikaël Ates 947d382384 Use name Authentic 2 2011-12-21 18:21:25 +01:00
Benjamin Dauvergne 207a9b8320 [setup] fix setup.py after running pylint 2011-04-21 11:39:34 +02:00
Mikaël Ates bb89acd2b3 Switch to AGPL3. 2011-04-08 12:20:43 +02:00
Benjamin Dauvergne e2e773615f Release 1.9.1 2011-03-03 18:14:14 +01:00
Mikaël Ates ff7de7be22 [Feature #271] : Make SSLAuth a good citizen of Authentic2 - cleaning 2011-02-16 11:46:32 +01:00
Benjamin Dauvergne 2a59ac4d63 Improve python packaging for release 1.9.1 2011-02-11 16:12:21 +01:00
Benjamin Dauvergne 5c08178d7e Move templates and manage.py into authentic2 module directory 2011-02-10 22:56:45 +01:00
Benjamin Dauvergne d06753369f Change projet URL in setup.py 2011-02-10 17:18:12 +01:00
Benjamin Dauvergne 5a52f77268 Add auth2 prefix to all authentication applications
Conflicts:

	authentic2/settings.py
2011-02-01 15:19:07 +01:00
Benjamin Dauvergne bea866d059 Add javascript files from the totp_js package 2011-01-05 20:05:06 +01:00
Benjamin Dauvergne 756c3d1c77 Fix badly placed end of list marker 2011-01-05 19:13:14 +01:00
Mikaël Ates e5e9e61fd3 Updated setup.py. 2010-12-23 09:50:43 +01:00
Benjamin Dauvergne 541d656a5f Simplify setup.py by using only distutils 2010-10-22 15:57:23 +02:00
Benjamin Dauvergne 35a32efe02 Change global package name for authentic2
All packages moved under authentic2 directory
authentic2.settings now target media/ templates/ and authentic.db files
under the current directory.
2010-10-22 14:43:51 +02:00
Jérôme Schneider 2484954daa Remove registration signals, enable OpenID authentification and add dependencies in setup.py
* django_openid_provider/__init__.py: remove registration signals
 * django_openid_provider/signals.py: remove registration signals
 * idp/__init__.py: remove registration signals
 * settings.py: enable OpenID authentification
 * setup.py: add dependencies
2010-10-04 16:16:57 +02:00
Frédéric Péters f094dc4748 Add a setup.py installation/packaging script 2010-06-01 12:15:56 +02:00