aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/python/attrs/ya.make
blob: c254f243692da13b78bbcb60a055b349ee26c6e3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                       
 
              
 
                       
               
 
            



                    

                     


                   
                          
                      
                       
                      
                       
                   
                    
                   
                    
                      
                       
 





                         


                                
                 
 
     
# Generated by devtools/yamaker (pypi).

PY23_LIBRARY()

OWNER(g:python-contrib)

VERSION(21.2.0)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    attr/__init__.py
    attr/__init__.pyi
    attr/_cmp.py
    attr/_cmp.pyi
    attr/_compat.py
    attr/_config.py
    attr/_funcs.py
    attr/_make.py
    attr/_version_info.py
    attr/_version_info.pyi
    attr/converters.py
    attr/converters.pyi
    attr/exceptions.py
    attr/exceptions.pyi
    attr/filters.py
    attr/filters.pyi
    attr/setters.py
    attr/setters.pyi
    attr/validators.py
    attr/validators.pyi
)

IF (PYTHON3)
    PY_SRCS(
        TOP_LEVEL
        attr/_next_gen.py
    )
ENDIF()

RESOURCE_FILES(
    PREFIX contrib/python/attrs/
    .dist-info/METADATA
    .dist-info/top_level.txt
    attr/py.typed
)

END()