Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
go-outside-helper committed Jul 6, 2023
1 parent 866c40c commit 78c240d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magick-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name="magick",
version='0.1',
version='0.2',
packages=find_packages(include=['src', \
'src.experiments', \
'src.primitives', \
'src.utils']),
author="steinkirch.eth",
author="bt3gl",
install_requires=['python-dotenv'],
entry_points={
'console_scripts': ['magick=src.main:run']
Expand Down

0 comments on commit 78c240d

Please sign in to comment.