ya.make 137 B

12345678910111213
  1. PY23_LIBRARY()
  2. PEERDIR(
  3. library/cpp/svnversion
  4. contrib/python/future
  5. )
  6. PY_SRCS(
  7. __init__.py
  8. __svn_version.pyx
  9. )
  10. END()