Skip to content

Commit 17eb00a

Browse files
committed
1.3.8: Minor Fix
1 parent 2d75851 commit 17eb00a

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Lemon-Library
3-
version = 1.3.7
3+
version = 1.3.8
44
author = Sas2k
55
url = https://github.com/Sas2k/Lemon
66
description = 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]
2626
console_scripts =
27-
create-lemon-app = Lemon.create_lemon_app
27+
create-lemon-app = Lemon.create_lemon_app:main
2828

2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
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",

0 commit comments

Comments
 (0)