Skip to content

Commit

Permalink
#23 Adjust build command and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ritchie committed Feb 13, 2021
1 parent facf037 commit fb852e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ $ flake8 ./
The following library are used for PyPI uploading.

- twine==1.13.0
- wheel==0.36.2

Build command:

Expand Down
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
if os.path.exists('./numdoclint.egg-info'):
shutil.rmtree('./numdoclint.egg-info', ignore_errors=True)

print('running sdist command...')
os.system('python setup.py sdist')
print('running bdist_wheel command...')
os.system('python setup.py bdist_wheel')

0 comments on commit fb852e1

Please sign in to comment.