44 Списание редств со счёта пользователя

This commit is contained in:
Vyacheslav Anzhiganov 2016-05-27 10:26:13 +03:00
parent 0b7ef2eb23
commit 4b33f74dca

View file

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='SWSCloudCore',
version='2.4.2',
version='2.4.3',
author='Vyacheslav Anzhiganov',
author_email='hello@anzhiganov.com',
packages=[
@ -82,6 +82,7 @@ setup(
'templates/default/tasks/*.html',
'templates/default/vms/*.html',
'templates/email/simple/*.html',
'templates/email/simple/*.css',
'templates/errors/*.html',
]
},