diff --git a/setup.py b/setup.py index 06893bc..526adc3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name='claude-pyrojects', + name='claude-pyrojects-cli', version='0.1.0', description='A tool for uploading and managing projects in Claude.ai', long_description=open('README.md').read(),