Browse Source

build the new protocol file

Sven Czarnian 3 years ago
parent
commit
92d992f92c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -63,6 +63,7 @@ class build_py(_build_py):
         generateProtobuf('src/protobuf/AircraftReport.proto')
         generateProtobuf('src/protobuf/AircraftSchedule.proto')
         generateProtobuf('src/protobuf/BaseTypes.proto')
+        generateProtobuf('src/protobuf/Communication.proto')
         _build_py.run(self)
 
 with open('README.md', 'r') as f: