This commit is contained in:
oscar alvarez 2022-04-27 11:53:32 -05:00
parent 227f87ac4b
commit 9fc1a66b2a
2 changed files with 8 additions and 28 deletions

View File

@ -6,10 +6,7 @@ from setuptools import setup
import re
import os
import io
try:
from configparser import ConfigParser
except ImportError:
from ConfigParser import ConfigParser
from configparser import ConfigParser
MODULE = 'dash_surveillance'
PREFIX = 'trytonpsk'
@ -65,7 +62,7 @@ if minor_version % 2:
setup(name=name,
version=version,
description='Tryton module add dashboard features to sale.',
description='Tryton module add surveillance App to dash.',
long_description=read('README'),
author='Presik Technologies',
author_email='gerente@presik.com',
@ -89,30 +86,17 @@ setup(name=name,
'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Legal Industry',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Natural Language :: Bulgarian',
'Natural Language :: Catalan',
'Natural Language :: Chinese (Simplified)',
'Natural Language :: Czech',
'Natural Language :: Dutch',
'Natural Language :: English',
'Natural Language :: French',
'Natural Language :: German',
'Natural Language :: Hungarian',
'Natural Language :: Italian',
'Natural Language :: Portuguese (Brazilian)',
'Natural Language :: Russian',
'Natural Language :: Slovenian',
'Natural Language :: Spanish',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
'Topic :: Office/Business :: Financial :: Accounting',
],
],
license='GPL-3',
install_requires=None,
dependency_links=dependency_links,
@ -124,8 +108,4 @@ setup(name=name,
test_suite='tests',
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
use_2to3=True,
convert_2to3_doctests=[
'tests/scenario.rst',
],
)
)

View File

@ -1,5 +1,5 @@
[tryton]
version=6.0.0
version=6.0.1
depends:
party
product