Skip to content

Commit

Permalink
1.3.8: Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sas2k committed Oct 29, 2023
1 parent 2d75851 commit 17eb00a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml

This file was deleted.

6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Lemon-Library
version = 1.3.7
version = 1.3.8
author = Sas2k
url = https://github.com/Sas2k/Lemon
description = An experimental Full-Stack Framework for Python
Expand All @@ -20,10 +20,10 @@ classifiers =
Programming Language :: Python :: 3.9

[options]
packages = find:
packages = file:requirements.txt

[options.entry_points]
console_scripts =
create-lemon-app = Lemon.create_lemon_app
create-lemon-app = Lemon.create_lemon_app:main


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="Lemon-Library",
version="1.3.6",
version="1.3.8",
packages=find_packages(),
install_requires=requirements,
author="Sasen Perera",
Expand Down

0 comments on commit 17eb00a

Please sign in to comment.