Skip to content

Commit

Permalink
removed scripts, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmgeorge committed Nov 16, 2019
1 parent 9ffe35c commit c405f0d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='emod_scenarios',
version='1.0.0',
version='2.0.0',
description='EMOD example scenarios',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -42,18 +42,6 @@
'pandas',
'seaborn'
],
scripts=[
'bin/eradication.py',
'bin/plotAllCharts.py',
'bin/plotBinnedPopulation.py',
'bin/plotEventRecorder.py',
'bin/plotHIVSummary_15_49.py',
'bin/plotPropertyReport.py',
'bin/plotSIRChannels.py',
'bin/plotTBHIVART.py',
'bin/plotTbResults_Progression_Baseline.py',
'bin/plotTbResults_Progression_Comparison.py',
],
project_urls={
'Bug Reports': 'https://github.com/InstituteforDiseaseModeling/docs-emod-scenarios/issues',
'Source': 'https://github.com/InstituteforDiseaseModeling/docs-emod-scenarios',
Expand Down

0 comments on commit c405f0d

Please sign in to comment.