File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[metadata]
22name = Lemon-Library
3- version = 1.3.7
3+ version = 1.3.8
44author = Sas2k
55url = https://github.com/Sas2k/Lemon
66description = An experimental Full-Stack Framework for Python
@@ -20,10 +20,10 @@ classifiers =
2020 Programming Language :: Python :: 3.9
2121
2222[options]
23- packages = find:
23+ packages = file:requirements.txt
2424
2525[options.entry_points]
2626console_scripts =
27- create-lemon-app = Lemon.create_lemon_app
27+ create-lemon-app = Lemon.create_lemon_app:main
2828
2929
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = "Lemon-Library" ,
20- version = "1.3.6 " ,
20+ version = "1.3.8 " ,
2121 packages = find_packages (),
2222 install_requires = requirements ,
2323 author = "Sasen Perera" ,
You can’t perform that action at this time.
0 commit comments