We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0255e commit 67d0dc0Copy full SHA for 67d0dc0
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file = README.md
setup.py
@@ -12,11 +12,12 @@ def read_all(f):
12
13
setup(
14
name='redisgraph-bulk-loader',
15
- python_requires='>=3',
16
version='0.8.1',
17
description='RedisGraph Bulk Import Tool',
18
long_description=read_all("README.md"),
+ long_description_content_type='text/markdown',
19
url='https://github.com/redisgraph/redisgraph-bulk-loader',
20
+ python_requires='>=3',
21
packages=find_packages(),
22
install_requires=requirements,
23
classifiers=[
0 commit comments