correction de setup.py

This commit is contained in:
Mickael BOURNEUF 2024-10-23 08:51:10 +02:00
parent 4a7b28e908
commit 2421c53be1
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ setup(
author='Celeonet',
author_email='noc@celeonet.fr',
license='Apache 2.0',
packages=['deevirt_schema'],
install_require=[],
packages=find_packages(),
install_require=['pydantic','pydanticxml'],
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: Science/Research',