Jelajahi Sumber

build the new protocol file

Sven Czarnian 3 tahun lalu
induk
melakukan
92d992f92c
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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: