setup.py 217 B

1234567
  1. from setuptools import setup
  2. setup(
  3. description = "gdb location example",
  4. install_requires = ['spark_parser >= 1.7.0'],
  5. name = 'gdbloc',
  6. version = '1.0'
  7. )