Skip to content

Commit

Permalink
Fixed setup cfg cannot find module
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraflame4 committed Dec 18, 2022
1 parent d0f5041 commit 0b00c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = TilImg
version = attr: TiledImage.__version__
version = attr: TilImg.__version__
author = ultraflame42
author_email = [email protected]
description = 'Make image, from images',
Expand Down Expand Up @@ -29,4 +29,4 @@ install_requires=

[options.entry_points]
console_scripts =
timg = TiledImage.__main__:main
timg = TilImg.__main__:main

0 comments on commit 0b00c42

Please sign in to comment.