Skip to content

Commit

Permalink
Remov _version.py and insert the version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.rodriguez.mier committed Jul 31, 2017
1 parent 395c272 commit 2297b39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions setup.py
@@ -1,11 +1,8 @@
from setuptools import setup

# import ``__version__`` from code base
exec(open('yabox/_version.py').read())

setup(
name='yabox',
version=__version__,
version='0.1',
description='Yet another black-box optimization library for Python',
author='Pablo Rodriguez-Mier',
author_email="pablo.rodriguez.mier@gmail.com",
Expand Down
6 changes: 0 additions & 6 deletions yabox/_version.py

This file was deleted.

0 comments on commit 2297b39

Please sign in to comment.