Skip to content

Commit 90d9c70

Browse files
committed
package fixes
1 parent dbef1f4 commit 90d9c70

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include CHANGES.txt README.md
2+
recursive-include djinn_pages/templates *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212

1313
setup(name='djinn_pages',
14-
version="1.0.3",
14+
version="1.0.5",
1515
description='Djinn Intranet Pages',
1616
long_description=README + '\n\n' + CHANGES,
1717
classifiers=[

0 commit comments

Comments
 (0)