Skip to content

Commit 9aea45e

Browse files
committed
Fix package documentation
1 parent b3644e1 commit 9aea45e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Syntax](https://docs.python.org/3/library/string.html#format-string-syntax).
77

88
### Installation
99

10-
``` sourceCode bash
10+
```
1111
pip install django-dynamic-filenames[slugify]
1212
```
1313

1414
### Samples
1515

1616
Basic example:
1717

18-
``` sourceCode python
18+
```
1919
from django.db import models
2020
from dynamic_names import FilePattern
2121
@@ -91,7 +91,7 @@ You can also use a special slug type specifier, that slugifies strings.
9191

9292
Example:
9393

94-
``` sourceCode python
94+
```
9595
from django.db import models
9696
from dynamic_names import FilePattern
9797

setup.cfg

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@ name = django-dynamic-filenames
33
author = Johannes Hoppe
44
author-email = info@johanneshoppe.com
55
summary = Write advanced filename patterns using the Format String Syntax.
6-
description-file = README.md
7-
description-content-type = text/markdown; charset=UTF-8
6+
long-description = file: README.md
7+
long_description_content_type = text/markdown
88
home-page = https://github.com/codingjoe/django-dynamic-filenames
9-
license = MIT
9+
project_urls =
10+
Bug Tracker = https://github.com/codingjoe/django-dynamic-filenames
11+
Documentation = https://www.johanneshoppe.com/django-dynamic-filenames/
12+
Source Code = https://github.com/codingjoe/django-dynamic-filenames
13+
license = MIT License
1014
classifier =
1115
Development Status :: 5 - Production/Stable
1216
Environment :: Web Environment
1317
Intended Audience :: Developers
14-
License :: OSI Approved :: MIT License±
18+
License :: OSI Approved :: MIT License
1519
Operating System :: OS Independent
1620
Programming Language :: Python
1721
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)