[ADD] setup.py
This commit is contained in:
parent
5d9bca682f
commit
663ad9ab66
1
setup/_metapackage/VERSION.txt
Normal file
1
setup/_metapackage/VERSION.txt
Normal file
@ -0,0 +1 @@
|
||||
15.0.20211129.0
|
18
setup/_metapackage/setup.py
Normal file
18
setup/_metapackage/setup.py
Normal file
@ -0,0 +1,18 @@
|
||||
import setuptools
|
||||
|
||||
with open('VERSION.txt', 'r') as f:
|
||||
version = f.read().strip()
|
||||
|
||||
setuptools.setup(
|
||||
name="odoo-addons-oca-social",
|
||||
description="Meta package for oca-social Odoo addons",
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo-addon-mail_activity_board>=15.0dev,<15.1dev',
|
||||
],
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
'Framework :: Odoo',
|
||||
'Framework :: Odoo :: 15.0',
|
||||
]
|
||||
)
|
Loading…
Reference in New Issue
Block a user