mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-17 16:29:02 +02:00
Hello
This commit is contained in:
13
setup.py
Normal file
13
setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='pydevd-odoo',
|
||||
version='0.1',
|
||||
description='PyDev.Debugger plugin for Odoo',
|
||||
url='https://github.com/trinhanhngoc/pydevd-odoo',
|
||||
author='Trinh Anh Ngoc',
|
||||
author_email='atw1990@gmail.com',
|
||||
packages=find_packages(),
|
||||
license='MIT',
|
||||
long_description=open('README.md').read(),
|
||||
)
|
||||
Reference in New Issue
Block a user