Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoobiCat authored Oct 22, 2024
1 parent 8dd7bd9 commit fd6fdf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
long_description = f.read()

setup(
name='nanoid',
name='python-nanoid',
version='2.0.0',
author='Paul Yuan',
author_email='puyuan1@gmail.com',
author='TheNoobiCat',
author_email='[email protected].com',
description='A tiny, secure, URL-friendly, unique string ID generator for Python',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/puyuan/py-nanoid',
url='https://github.com/thenoobicat/python-nanoid',
license='MIT',
packages=['nanoid'],
classifiers=[
Expand Down

0 comments on commit fd6fdf0

Please sign in to comment.