setup.py
branchdev-dc
changeset 1086 3d259e1718ef
parent 1071 e202798d3732
child 1107 2f07bcec4271
equal deleted inserted replaced
1079:a5e56749ca3d 1086:3d259e1718ef
    22                     'docs')
    22                     'docs')
    23 
    23 
    24 README = os.path.join(DOCS, 'README.txt')
    24 README = os.path.join(DOCS, 'README.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 
    26 
    27 version = '0.1.21'
    27 version = '0.1.26'
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 
    29 
    30 tests_require = []
    30 tests_require = []
    31 
    31 
    32 setup(name='pyams_content',
    32 setup(name='pyams_content',
   103       entry_points={
   103       entry_points={
   104           'console_scripts': [
   104           'console_scripts': [
   105               'pyams_index = pyams_content.scripts.index:index_site'
   105               'pyams_index = pyams_content.scripts.index:index_site'
   106           ],
   106           ],
   107           'fanstatic.libraries': [
   107           'fanstatic.libraries': [
   108               'pyams_content = pyams_content.skin:library'
   108               'pyams_content = pyams_content.zmi:library'
   109           ],
   109           ],
   110           'zodbupdate': [
   110           'zodbupdate': [
   111               'renames = pyams_content.generations:RENAMED_CLASSES'
   111               'renames = pyams_content.generations:RENAMED_CLASSES'
   112           ]
   112           ]
   113       })
   113       })