Skip to content

Commit

Permalink
[ADD] setup.py [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Apr 19, 2018
1 parent ec2022c commit cd8fad4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.0.20180419.0
18 changes: 18 additions & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import setuptools

with open('VERSION.txt', 'r') as f:
version = f.read().strip()

setuptools.setup(
name="odoo8-addons-oca-connector-interfaces",
description="Meta package for oca-connector-interfaces Odoo addons",
version=version,
install_requires=[
'odoo8-addon-base_import_async',
'odoo8-addon-test_base_import_async',
],
classifiers=[
'Programming Language :: Python',
'Framework :: Odoo',
]
)

0 comments on commit cd8fad4

Please sign in to comment.