Skip to content
Snippets Groups Projects
Commit cf4b1d7e authored by matograine's avatar matograine
Browse files

[fix][cd] #276 : wrong PyPi package build

* classifiers should be a list, not a tuple
parent 2c0cf55b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ setup(
license="GNU AGPLv3",
packages=find_packages(),
keywords="g1 duniter cryptocurrency librecurrency RTM",
classifiers=(
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5",
......@@ -26,7 +26,7 @@ setup(
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
),
],
install_requires=[
"Click",
"duniterpy==0.54.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment