File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ requires-python = ">=3.9"
77authors = [
88 {
name =
" Pyosch" ,
email =
" [email protected] " }
99]
10+ license = {text = " GNU General Public License v3 (GPLv3)" }
1011classifiers = [
1112 " Development Status :: 4 - Beta" ,
1213 " Programming Language :: Python :: 3.9" ,
@@ -18,11 +19,10 @@ classifiers = [
1819 " Operating System :: OS Independent"
1920]
2021
21- dynamic = [" dependencies" , " version" , " license " ]
22+ dynamic = [" dependencies" , " version" ]
2223
2324[tool .setuptools .dynamic ]
2425version = {attr = " vpplib.__version__" }
25- license = {attr = " vpplib.__license__" }
2626dependencies = {file = " requirements.txt" }
2727
2828[tool .setuptools .packages .find ]
Original file line number Diff line number Diff line change 11__title__ = "vpplib"
22__version__ = "0.0.5"
3- __license__ = "GPL-3.0 "
3+ __license__ = "GNU General Public License v3 (GPLv3) "
44
55from .battery_electric_vehicle import BatteryElectricVehicle
66from .combined_heat_and_power import CombinedHeatAndPower
You can’t perform that action at this time.
0 commit comments