Files
PVPlant/setup.py

13 lines
182 B
Python
Raw Normal View History

2025-01-28 00:04:13 +01:00
from setuptools import setup
setup(
name='PVPlant',
version='',
packages=[''],
url='',
license='',
author='javie',
author_email='',
description=''
)