mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 09:31:20 +00:00
django-picklefield: Update to 2.1.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -2,14 +2,14 @@ from __future__ import unicode_literals
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
-import picklefield
|
||||
+import os
|
||||
|
||||
with open('README.rst') as file_:
|
||||
long_description = file_.read()
|
||||
|
||||
setup(
|
||||
name='django-picklefield',
|
||||
- version=picklefield.__version__,
|
||||
+ version=os.getenv('PKG_VERSION'),
|
||||
description='Pickled object field for Django',
|
||||
long_description=long_description,
|
||||
author='Simon Charette',
|
||||
Reference in New Issue
Block a user