Skip to content

Commit 3ccf8d7

Browse files
committed
add missing .pyx files
1 parent bbc5a4c commit 3ccf8d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include django_cemplate *
2+
global-exclude *.pyc

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name="django_cemplate",
1717
author="Alex DAMIAN",
1818
author_email="[email protected]",
19-
version="0.98",
19+
version="0.99",
2020
license="GPL",
2121
url="https://github.com/ddalex/django-cemplate",
2222
download_url="https://github.com/ddalex/django-cemplate/releases",

0 commit comments

Comments
 (0)