Обновление до версии 0.2

master
Антон Касимов 2018-10-26 22:49:55 +03:00
parent 348d25fb44
commit 6f771d8740
1 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@ tests_require = [
setup(
name='flatfilecms',
version='0.1',
description='Radium CMS',
version='0.2',
description='flat-file CMS suitable for static site',
long_description=README + '\n\n' + CHANGES,
classifiers=[
'Programming Language :: Python',
@ -44,7 +44,7 @@ setup(
],
author='Anton Kasimov',
author_email='kasimov@radium-it.ru',
url='http://www.radium.group',
url='http://www.radium.group/products/radium/flatfilecms/',
keywords='web pyramid pylons flat-file CMS',
packages=find_packages(),
include_package_data=True,