setup.py 303 B

123456789101112
  1. from setuptools import setup
  2. setup(name='image_features_extraction',
  3. version='0.1',
  4. description='',
  5. url='http://github.com/rempic/image-features-extraction',
  6. author='',
  7. author_email='',
  8. license='',
  9. packages=['image_features_extraction'],
  10. zip_safe=False)