Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
soledad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
soledad
Commits
b71fe603
Unverified
Commit
b71fe603
authored
6 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] fix upload error in pypi
parent
5d0e410c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
2 additions
and
2 deletions
setup.py
+
2
−
2
View file @
b71fe603
...
...
@@ -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
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment