Skip to content

Commit

Permalink
also install oil convoy mission script
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed May 5, 2016
1 parent 61fd355 commit 1b6f9dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="pydcs",
version='0.8.7',
version='0.8.8',
description="A Digital Combat Simulator mission builder framework",
long_description=long_description,
url='https://github.com/pydcs/dcs',
Expand All @@ -39,7 +39,8 @@
entry_points={
'console_scripts': [
'dcs_random=dcs.scripts.random_mission:main',
'dcs_dogfight_wwii=dcs.scripts.dogfight_wwii:main'
'dcs_dogfight_wwii=dcs.scripts.dogfight_wwii:main',
'dcs_oil_convoy=dcs.scripts.destroy_oil_transport'
]
},
test_suite="tests"
Expand Down

0 comments on commit 1b6f9dd

Please sign in to comment.