Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spignelon committed Oct 22, 2024
1 parent 86ed761 commit 05e52ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sharedir',
version='1.0',
version='1.0.1',
description='A simple tool to share files and directories over LAN or internet.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -34,10 +34,16 @@
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: OS Independent',
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'Topic :: Utilities',
'Topic :: Communications :: File Sharing',
],
python_requires='>=3.6',
project_urls={ # Additional project links to provide more context
'Homepage': 'https://github.com/spignelon/ShareDir',
'Bug Tracker': 'https://github.com/spignelon/ShareDir/issues',
'Source Code': 'https://github.com/spignelon/ShareDir/blob/main/sharedir/sharedir.py',
},
)

0 comments on commit 05e52ac

Please sign in to comment.