File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ Django Binary Database Files +Python 3.1x
2
+ ============================
3
+
4
+ Upstream: https://pypi.org/project/django-binary-database-files/
5
+ +Python 3.1x
6
+
1
7
Django Binary Database Files
2
8
============================
3
9
Original file line number Diff line number Diff line change 1
- VERSION = (1 , 0 , 17 )
1
+ VERSION = (1 , 0 , 17 , "post1" )
2
2
__version__ = "." .join (map (str , VERSION ))
3
3
4
4
default_app_config = "binary_database_files.apps.DatabaseFilesAppConfig"
Original file line number Diff line number Diff line change 9
9
DESCRIPTION = (
10
10
"A storage system for Django that stores uploaded files in both the "
11
11
"database and file system."
12
+ "Upstream: https://pypi.org/project/django-binary-database-files/ ."
13
+ "+Python 3.1x."
12
14
)
13
15
14
16
@@ -30,7 +32,7 @@ def get_reqs(*fns):
30
32
long_description = DESCRIPTION
31
33
32
34
setup (
33
- name = "django-binary-database-files" ,
35
+ name = "django-binary-database-files-dimaqq-py31x " ,
34
36
version = binary_database_files .__version__ ,
35
37
description = DESCRIPTION ,
36
38
long_description = long_description ,
@@ -62,5 +64,5 @@ def get_reqs(*fns):
62
64
"pip-requirements.txt" ,
63
65
),
64
66
tests_require = get_reqs ("pip-requirements-test.txt" ),
65
- python_requires = ">=3.6,<3.12 " ,
67
+ python_requires = ">=3.6,<4 " ,
66
68
)
You can’t perform that action at this time.
0 commit comments