Commit 42da8054 by aagusti

penambahan fungsi form

1 parent 1bb07832
Showing 1 changed file with 5 additions and 0 deletions
......@@ -36,6 +36,11 @@ setup(
keywords='web pyramid pylons base',
packages=find_packages(),
# package_dir={'': 'src'},
package_data={'opensipkd.coba': [
'views/templates/*.pt',
'views/templates/readonly/*.pt',
], },
zip_safe=False,
install_requires=requires,
tests_require=requires,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!