Skip to content

Commit

Permalink
Removed script vdbconf from setup.py due to dropped TLSlite integrati…
Browse files Browse the repository at this point in the history
…on, see issue tomerfiliba-org#45
  • Loading branch information
christianbrugger committed Sep 4, 2011
1 parent 5434f13 commit 9b9fbbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@
scripts = [
os.path.join("rpyc", "scripts", "rpyc_classic.py"),
os.path.join("rpyc", "scripts", "rpyc_registry.py"),
os.path.join("rpyc", "scripts", "rpyc_vdbconf.py"),
],
platforms = ["POSIX", "Windows"],
use_2to3 = True,
zip_ok = False,
#entry_points = {
# "console_scripts": [
# "rpyc_vdbconf = rpyc.scripts.vdbconf:main",
# "rpyc_classic = rpyc.scripts.rpyc_classic:main",
# "rpyc_registry = rpyc.scripts.rpyc_classic:main",
# ]
Expand Down

0 comments on commit 9b9fbbc

Please sign in to comment.