xviz/python/test.py
Timothy Wojtaszek 3cd43ae3af
Python module rename to xviz_avs (#588)
* Fix Protobuf writer to add PBE1 prefix to file
* Update protobuf & fix directory writer
* Fix FutureInstance builder and add tests
2020-05-12 22:00:14 -07:00

7 lines
82 B
Python

from setuptools import setup, find_packages
PKGS = find_packages()
print(PKGS)