Skip to content

A simple, correct PEP517 package builder

License

Notifications You must be signed in to change notification settings

felixonmars/python-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-build

A simple, correct PEP517 package builder.

$ python -m build -h
usage: python -m build [-h] [--verbose] [--sdist] [--wheel] [--outdir ./dist] [.]

positional arguments:
  .                     source directory (defaults to current directory)

optional arguments:
  -h, --help            show this help message and exit
  --verbose, -v         enable verbose output
  --sdist, -s           build a source package
  --wheel, -w           build a wheel
  --outdir ./dist, -o ./dist
                        output directory
  --skip-dependencies, -x
                        does not check for the depencies

About

A simple, correct PEP517 package builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%