File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Changelog
66 Due to this library relying on external content, older versions are not guaranteed to work.
77 Try to always use the latest version.
88
9+ .. v6.0.4
10+
11+ 6.0.4 (2023-10-01)
12+ ==================
13+ - Fixed pypi packaging issue.
14+
915.. v6.0.3
1016
1117 6.0.3 (2023-10-01)
Original file line number Diff line number Diff line change 22requires = [" setuptools>=61" ]
33build-backend = " setuptools.build_meta"
44
5- [tool .setuptools ]
6- packages = [" tibiapy" ]
5+
6+ [tool .setuptools .packages .find ]
7+ include = [
8+ " tibiapy*" ,
9+ ]
710
811[project ]
912name = " tibia.py"
Original file line number Diff line number Diff line change 11"""Tibia.com parsing and fetching library."""
2- __version__ = "6.0.3 "
2+ __version__ = "6.0.4 "
33__author__ = "Allan Galarza"
44__license__ = "Apache-2.0 License"
55
You can’t perform that action at this time.
0 commit comments