mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-17 08:19:04 +02:00
Switch to pyproject.toml
This commit is contained in:
16
setup.py
16
setup.py
@@ -1,15 +1,3 @@
|
||||
from setuptools import setup, find_packages
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='pydevd-odoo',
|
||||
version='1.2',
|
||||
description='PyDev.Debugger plugin for Odoo',
|
||||
url='https://github.com/odoo-ide/pydevd-odoo',
|
||||
author='Trinh Anh Ngoc',
|
||||
author_email='atw1990@gmail.com',
|
||||
packages=find_packages(),
|
||||
namespace_packages=['pydevd_plugins.extensions'],
|
||||
license='MIT',
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type='text/markdown'
|
||||
)
|
||||
setup()
|
||||
|
||||
Reference in New Issue
Block a user