Skip to content

Commit a9b8736

Browse files
committed
Readme
1 parent 7ce4665 commit a9b8736

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
python setup.py sdist
3+
4+
deploy:
5+
twine upload dist/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# django-url-renditions
22

3-
django-url-renditions allows to define rendition process to django url fields. This works pretty well with https://github.com/bradleyg/django-s3direct and Heroku.
3+
django-url-renditions allows to define and render renditions from django url fields. This works also pretty well with [django-s3direct]([https://github.com/bradleyg/django-s3direct]) fields.
44

55
It comes with a Graphene `Query` that enable renditions in your GraphQL schema.
66

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99

1010
setup(
1111
name='django-url-renditions',
12-
version='0.1',
12+
version='0.4',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='BSD License',
1616
description='Create custom renditions from django url fields',
1717
long_description=README,
18+
long_description_content_type='text/markdown',
1819
url='https://vied12.github.io',
1920
author='Edouard Richard',
2021
author_email='edou4rd@gmail.com',

0 commit comments

Comments
 (0)