Coverage for bim2sim/plugins/PluginEnergyPlus/setup.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-03-12 17:09 +0000

1from setuptools import setup 

2 

3setup( 

4 name='bim2sim_energyplus', 

5 entry_points={ 

6 'console_scripts': [ 

7 'energyplus = bim2sim_energyplus:main', 

8 ], 

9 } 

10)