manim-chess 0.0.1__tar.gz → 0.0.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {manim_chess-0.0.1 → manim_chess-0.0.2}/PKG-INFO +1 -1
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/manim_chess.egg-info/PKG-INFO +1 -1
- {manim_chess-0.0.1 → manim_chess-0.0.2}/setup.py +1 -1
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/manim_chess.egg-info/SOURCES.txt +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/manim_chess.egg-info/dependency_links.txt +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/manim_chess.egg-info/requires.txt +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/manim_chess.egg-info/top_level.txt +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/src/__init__.py +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/src/board.py +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/src/evaluation_bar.py +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/src/game_player.py +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/src/pieces.py +0 -0
- {manim_chess-0.0.1 → manim_chess-0.0.2}/setup.cfg +0 -0
@@ -5,7 +5,7 @@ with open("manim_chess/README.md", "r") as f:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="manim_chess",
|
8
|
-
version='0.0.
|
8
|
+
version='0.0.2',
|
9
9
|
descriptiopn='A plugin for Manim CE that allows the user to generate a chess board and other chess related functions.',
|
10
10
|
package_dir={"": "manim_chess"},
|
11
11
|
packages=find_packages(where="manim_chess"),
|
File without changes
|
{manim_chess-0.0.1 → manim_chess-0.0.2}/manim_chess/manim_chess.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|