Skip to content

nvbn/py-backwards-packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-backwards packager Build Status

Setuptools integration with py-backwards.

Usage

Install py-backwards-packager:

pip install py-backwards-packager

Change setup import in setup.py to:

try:
    from py_backwards_packager import setup
except ImportError:
    from setuptools import setup

By default all targets enabled, but you can limit them with:

setup(...,
      py_backwards_targets=['2.7', '3.3'])

After that your code will be automatically compiled on bdist and bdist_wheel.

License MIT

About

Setuptools integration with py-backwards

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages