You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 rivejä
170 B

  1. #!/usr/bin/env python
  2. from setuptools import setup
  3. setup(
  4. name='caca',
  5. version='0.0',
  6. packages=['caca'],
  7. package_dir={
  8. 'caca': 'caca',
  9. },
  10. )