Skip to content
Snippets Groups Projects
Unverified Commit b71fe603 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] fix upload error in pypi

parent 5d0e410c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ from setuptools import find_packages
from setuptools.command.develop import develop as _cmd_develop
trove_classifiers = (
trove_classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: "
"GNU General Public License v3 or later (GPLv3+)",
......@@ -37,7 +37,7 @@ trove_classifiers = (
"Programming Language :: Python :: 2.7",
"Topic :: Database :: Front-Ends",
"Topic :: Software Development :: Libraries :: Python Modules"
)
]
DOWNLOAD_BASE = ('https://github.com/leapcode/soledad/'
'archive/%s.tar.gz')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment