Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / setup.py @ fde7b7cb

History | View | Annotate | Download (6.8 kB)

# Date Author Comment
3eea2bc3 03/29/2013 01:21 pm Constantinos Venetsanopoulos

Update setup.py for every snf-* component

5adcc57e 02/07/2013 02:14 pm Christos Stavrakakis

Fixes to setup.py

Update author/maintainer name/email of all synnefo projects. Also fix
short description and some whitespace issues.

778081b0 01/29/2013 06:19 pm Christos Stavrakakis

Do not automatically update version files

Do not automatically update version files from setup.py. From now
on, version files are updated using 'update_version.py' script and
'devflow'.

Also removed autopkg.conf and created devflow.conf configuration file.

473e2b08 01/17/2013 04:37 pm Christos Stavrakakis

Remove devflow form build dependency

600222f6 01/16/2013 03:54 pm Christos Stavrakakis

Remove celery dependency

5d3daee1 01/16/2013 01:01 pm Christos Stavrakakis

Remove devtools and rename to devflow

c9b113ac 01/14/2013 06:54 pm Vangelis Koukis

WIP commit for the devtools build system

715ca8d0 03/15/2012 02:30 pm Kostas Papadimitriou

Update webprojet setup.py

to include html templates in package

8bd44142 02/24/2012 08:25 pm Kostas Papadimitriou

Proper snf-common version spec

b0f564cb 02/24/2012 05:29 pm Kostas Papadimitriou

New version requirements for snf-webproject

d60dc9d4 02/23/2012 03:13 pm Kostas Papadimitriou

Logging config and entry_points in snf-webproject

21dc099b 01/20/2012 07:51 pm Kostas Papadimitriou

Changed Django version

9a32d894 01/18/2012 02:23 pm Kostas Papadimitriou

Updated setup.py

- catch synnefo.util import errors
- added snf packages dependencies
- added dependency_link for snf-* package discovery

66e7b0ae 01/13/2012 06:51 pm Kostas Papadimitriou

Added django as requirement in snf-webproject

07d104d8 01/13/2012 02:11 pm Kostas Papadimitriou

Improved packaging

- Improved automatic version tagging from git repo.
- Added auto generated synnefo.<package>.version module to contain each
package version.

2ce0636e 01/12/2012 03:06 pm Kostas Papadimitriou

Initial commit for snf-webproject

- new package snf-webproject
- moved basic django related settings in snf-webproject
- added new entry point utils to ease the extension mechanism of
snf-webproject (urlpatterns, middleware, static_files, installed_apps)...