-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
50 lines (44 loc) · 1.32 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
author = ilyajob05
url = https://github.com/ilyajob05/QuickDataFlow
#download_url =
name = QuickDataFlow
version = 2.1.2
description = QuickDataFlow library is designed for messaging between programs written in c++ and python
long_description = file: README.md
long_description_content_type = text/markdown
readme = README.md
keywords = Data Flow, cpp, c++, IPC, shared memory, DAG, cross language, between C++ and python
license = MIT
platforms = manylinux2014_x86_64
classifiers =
Topic :: Utilities
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Environment :: Other Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries :: Python Modules
Operating System :: POSIX :: Linux
Operating System :: Unix
[options]
packages = find:
;package_dir =
; = QuickDataFlow
py_modules = __init__, shm_message
zip_safe = False
include_package_data = True
platforms = linux
;[options.packages.find]
;where = QuickDataFlow
;include = QuickDataFlow*
#install_requires =
# pillow
[options.package_data]
* = *.txt, *.cpp, *.hpp, *.so, *.py, *.md
[tool.distutils.bdist_wheel]
universal = True
[build-system]
requires = setuptools, wheel
build-backend = setuptools.build_meta