Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
WIP: moving the folder for nosetests
Browse files Browse the repository at this point in the history
See Github Issue #34.

Signed-off-by: Erik Bernoth <erik.bernoth@gmail.com>
  • Loading branch information
erikbgithub committed May 13, 2013
1 parent 2d0cdb8 commit 8143860
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from setuptools import setup

project = "monk_tf"
src_path = "src"
version = "0.1.1"

setup(
Expand All @@ -25,7 +24,6 @@
author_email = "project-monk@dresearch-fe.de",
url="https://github.com/DFE/MONK",
packages=[project],
package_dir = { "" : src_path },
setup_requires = [
"nose >= 1.0"
],
Expand Down

0 comments on commit 8143860

Please sign in to comment.