Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
Arkindex
api-client
Commits
a1491ea8
Commit
a1491ea8
authored
6 years ago
by
Erwan Rouchet
Committed by
Bastien Abadie
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix setup.py classifiers
parent
2a9fa86f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arkindex/conf.py
+1
-0
1 addition, 0 deletions
arkindex/conf.py
setup.py
+6
-1
6 additions, 1 deletion
setup.py
with
7 additions
and
1 deletion
arkindex/conf.py
+
1
−
0
View file @
a1491ea8
...
...
@@ -35,6 +35,7 @@ class LocalConf(object):
def
read
(
self
):
"""
Read configuration data from the INI file.
:return: A loaded ConfigParser.
:rtype: configparser.ConfigParser
"""
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
6
−
1
View file @
a1491ea8
...
...
@@ -28,8 +28,13 @@ setup(
"
License :: OSI Approved :: MIT License
"
,
"
Natural Language :: English
"
,
"
Intended Audience :: Science/Research
"
,
"
Programming Language :: Python :: 2
"
,
"
Programming Language :: Python :: 2.7
"
,
"
Programming Language :: Python :: 3
"
,
"
Programming Language :: Python :: 3 :: Only
"
,
"
Programming Language :: Python :: 3.4
"
,
"
Programming Language :: Python :: 3.5
"
,
"
Programming Language :: Python :: 3.6
"
,
"
Programming Language :: Python :: 3.7
"
,
"
Topic :: Scientific/Engineering :: Image Recognition
"
,
"
Topic :: Text Processing :: Indexing
"
,
"
Topic :: Text Processing :: Linguistic
"
,
...
...
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