Skip to content

Commit

Permalink
Merge pull request #6 from claydugo/fix_readme
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
claydugo authored Apr 18, 2023
2 parents fdcf78f + 66a7a84 commit ffde78f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from setuptools import find_packages, setup
import versioneer

with open('README.md') as readme_file:
readme = readme_file.read()


setup(
name='multiuserfilelock',
Expand All @@ -9,6 +12,8 @@
author='Ramona Optics, Inc.',
author_email='info@ramonaoptics.com',
description='A lock to share resources between users based on filelock.',
long_description=readme,
long_description_content_type='text/markdown',
license='BSD',
python_requires='>=3.7',
install_requires=[
Expand Down

0 comments on commit ffde78f

Please sign in to comment.