|
|
|
|
|
|
|
|
long_description=open("README.md").read(), |
|
|
long_description=open("README.md").read(), |
|
|
long_description_content_type="text/markdown", |
|
|
long_description_content_type="text/markdown", |
|
|
author="Nate Bohman", |
|
|
author="Nate Bohman", |
|
|
author_email="natrinicle@natrinicle.com", |
|
|
|
|
|
url="https://natrinicle.com", |
|
|
|
|
|
|
|
|
author_email="natrinicle-shm_dict@natrinicle.com", |
|
|
|
|
|
url="https://github.com/Natrinicle/shm_dict", |
|
|
license="LGPL-3", |
|
|
license="LGPL-3", |
|
|
keywords="posix ipc semaphore shm shared memory dict dictionary", |
|
|
keywords="posix ipc semaphore shm shared memory dict dictionary", |
|
|
project_urls={"Source": "https://git.natrinicle.com/natrinicle/shm_dict.git"}, |
|
|
|
|
|
|
|
|
project_urls={"Source": "https://github.com/Natrinicle/shm_dict"}, |
|
|
packages=find_packages(), |
|
|
packages=find_packages(), |
|
|
install_requires=open("requirements.txt").read().split("\n"), |
|
|
install_requires=open("requirements.txt").read().split("\n"), |
|
|
extras_require={"dev": open("requirements-dev.txt").read().split("\n")}, |
|
|
extras_require={"dev": open("requirements-dev.txt").read().split("\n")}, |