Skip to content

Commit 4f07f4e

Browse files
committed
prep for distro
1 parent ffc8831 commit 4f07f4e

File tree

6 files changed

+3
-154
lines changed

6 files changed

+3
-154
lines changed

.travis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

AUTHORS.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018-2020, Jarry Shaw
3+
Copyright (c) 2018-2022, Jarry Shaw
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ prune sample
1515
prune src
1616
prune test
1717
prune testbench
18+
prune temp
1819

1920
include README.md
2021
include LICENSE

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dist:
2929
find dist -iname '*.whl' -exec mv {} wheels \;
3030
find dist -iname '*.tar.gz' -exec mv {} sdist \;
3131
rm -rf build dist *.egg-info
32-
pipenv run python setup.py sdist bdist_wheel --python-tag='cp38'
32+
pipenv run python setup.py sdist bdist_wheel
3333
twine check dist/* || true
3434
twine upload dist/* -r pypi --skip-existing
3535
twine upload dist/* -r pypitest --skip-existing

0 commit comments

Comments
 (0)