Tidying up the naming of some files
[ckanext-datagovau.git] / setup.py
blob:a/setup.py -> blob:b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
 	"""
         [ckan.plugins]
 	    example=ckanext.example.plugin:ExamplePlugin
-        example_package=ckanext.example.controller_plugin:ExampleDatasetForm
+        example_datasetform=ckanext.example.forms:ExampleDatasetForm
 
         [ckan.forms]
         example_form = ckanext.example.package_form:get_example_fieldset