We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaef77d commit ce402dbCopy full SHA for ce402db
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [0.0.2] 2022-10-30
4
+### Dummy
5
+
6
+- added code
7
8
## [0.0.1] 2022-10-30
9
### Initial Version
10
MANIFEST.in
@@ -1,4 +1,6 @@
include LICENSE.md
include README.md
recursive-include django_dyn_tb *
+recursive-include django_dyn_tb/templates *
+recursive-include django_dyn_tb/templates/static *
recursive-include docs *
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-dynamic-datatb',
11
-version='0.0.1',
+version='0.0.2',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments