mirror of
https://github.com/aurora-opensource/xviz.git
synced 2025-12-08 18:02:24 +00:00
* Fix Protobuf writer to add PBE1 prefix to file * Update protobuf & fix directory writer * Fix FutureInstance builder and add tests
7 lines
82 B
Python
7 lines
82 B
Python
from setuptools import setup, find_packages
|
|
|
|
PKGS = find_packages()
|
|
print(PKGS)
|
|
|
|
|