Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fdw-forks
django-database-files
Commits
767dfb44
Commit
767dfb44
authored
Feb 29, 2012
by
chrisspen
Browse files
Updated version number.
parent
1581befa
Changes
2
Show whitespace changes
Inline
Side-by-side
database_files/__init__.py
View file @
767dfb44
VERSION
=
(
0
,
1
,
1
)
__version__
=
'.'
.
join
(
map
(
str
,
VERSION
))
\ No newline at end of file
setup.py
View file @
767dfb44
#!/usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from
distutils.core
import
setup
from
distutils.core
import
setup
import
database_files
setup
(
setup
(
name
=
'django-database-files'
,
name
=
'django-database-files'
,
version
=
'0.1'
,
version
=
database_files
.
__version__
,
description
=
'A storage system for Django that stores uploaded files in both the database and file system.'
,
description
=
'A storage system for Django that stores uploaded files in both the database and file system.'
,
author
=
'Chris Spencer'
,
author
=
'Chris Spencer'
,
author_email
=
'chrisspen@gmail.com'
,
author_email
=
'chrisspen@gmail.com'
,
...
...
Write
Preview
Markdown
is supported
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