setup.py
branchdev-dc
changeset 1086 3d259e1718ef
parent 1071 e202798d3732
child 1107 2f07bcec4271
--- a/setup.py	Fri Oct 12 14:33:03 2018 +0200
+++ b/setup.py	Tue Nov 13 14:05:02 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.21'
+version = '0.1.26'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -105,7 +105,7 @@
               'pyams_index = pyams_content.scripts.index:index_site'
           ],
           'fanstatic.libraries': [
-              'pyams_content = pyams_content.skin:library'
+              'pyams_content = pyams_content.zmi:library'
           ],
           'zodbupdate': [
               'renames = pyams_content.generations:RENAMED_CLASSES'