Go to the documentation of this file. 1 from distutils.core
import setup
5 description=
'EMANE modules and utilities',
6 long_description=
'EMANE modules and utilities',
7 author=
'Adjacent Link',
8 author_email=
'emane at adjacent link dot com',
9 url=
"https://github.com/adjacentlink/emane",
15 scripts=[
'scripts/emanesh',
16 'scripts/emaneevent-dump',
17 'scripts/emaneevent-pathloss',
18 'scripts/emaneevent-commeffect',
19 'scripts/emaneevent-location',
20 'scripts/emaneevent-antennaprofile',
21 'scripts/emaneevent-tdmaschedule',
22 'scripts/emaneevent-fadingselection',
23 'scripts/emaneota-publisher',
24 'scripts/emanecommand-eel'],
25 package_data={
'emane.shell' : [
'schema/*.xsd'],
26 'emane.events' : [
'schema/*.xsd'],
27 'emane.ota' : [
'schema/*.xsd']},