Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timf34 committed Oct 27, 2024
1 parent 9dc7b16 commit 59be0e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# setup.py
from setuptools import setup, find_packages

setup(
name="jsondetective",
version="0.1.0",
version="1.0.1",
packages=find_packages(),
install_requires=[
"rich>=13.0.0",
Expand All @@ -19,7 +18,7 @@
description="A tool for analyzing JSON structures and generating Python dataclasses",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/yourusername/jsondetective",
url="https://github.com/timf34/jsondetective",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 59be0e9

Please sign in to comment.