Skip to content

Commit

Permalink
Merge pull request #5 from Epistimio/hotfix/fix_test_release
Browse files Browse the repository at this point in the history
Fix setup classifiers
  • Loading branch information
bouthilx authored Jun 11, 2021
2 parents de05139 + ad15468 commit f7e14e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GPU GPLv3",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python",
Expand Down
19 changes: 6 additions & 13 deletions src/orion/algo/robo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# -*- coding: utf-8 -*-
"""
:mod:`orion.algo.robo -- TODO
==================================
.. module:: robo
:platform: Unix
:synopsis: TODO
TODO: Write long description
Wrapper for RoBO
"""

__descr__ = "TODO"
__license__ = "BSD 3-Clause"
__author__ = u"lucascecchi"
__author_short__ = u"lucas"
__author_email__ = "[email protected]"
__copyright__ = u"2020, lucascecchi"
__url__ = "https://github.com/Lucasc-99/orion.algo.robo"
__author__ = u"Epistímio"
__author_short__ = u"Epistímio"
__author_email__ = "[email protected]"
__copyright__ = u"2021, Epistímio"
__url__ = "https://github.com/Epistimio/orion.algo.robo"

from ._version import get_versions

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ exclude_lines =
raise AssertionError
raise NotImplementedError


# Doc8 configuration
[doc8]
max-line-length = 100
Expand Down

0 comments on commit f7e14e3

Please sign in to comment.