Skip to content

Commit

Permalink
PR fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekked committed Aug 23, 2017
1 parent e36082c commit 07d53ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ universal = 1

[check-manifest]
ignore =
.circleci
.circleci/config.yml
.travis.yml

[metadata]
license_file = LICENSE
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
NAME = 'luminoth'
PACKAGES = find_packages()
META_PATH = os.path.join('luminoth', '__init__.py')
KEYWORDS = ['tensorflow', 'computer vision', 'object detection', 'rcnn', 'faster rcnn']
KEYWORDS = [
'tensorflow', 'computer vision', 'object detection', 'toolkit', 'deep learning',
'faster rcnn'
]
CLASSIFIERS = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand All @@ -22,7 +25,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 07d53ed

Please sign in to comment.