-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version number updates
- Loading branch information
Showing
5 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
==================== | ||
Notes For Developers | ||
==================== | ||
|
||
|
||
|
||
Build pypi package | ||
------------------ | ||
|
||
Update version information in setup.py. | ||
|
||
To upload to pypi: | ||
|
||
.. code-block:: none | ||
python3 setup.py sdist bdist_wheel upload -r pypi | ||
Build Documentation | ||
------------------- | ||
|
||
Update version information in docs/conf.py: | ||
|
||
.. code-block:: none | ||
cd docs | ||
make clean | ||
make html | ||
cd .. | ||
python3 setup.py upload_docs --upload-dir docs/_build/html | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
# Versions should comply with PEP440. For a discussion on single-sourcing | ||
# the version across setup.py and the project code, see | ||
# https://packaging.python.org/en/latest/single_source_version.html | ||
version='0.0.1', | ||
version='0.0.2', | ||
|
||
description='Python library for Bluetooth Low Energy (BLE) on Linux', | ||
long_description=long_description, | ||
|
@@ -37,7 +37,7 @@ | |
maintainer='Barry Byford', | ||
maintainer_email='[email protected]', | ||
# Choose your license | ||
license='BSD', | ||
license='MIT', | ||
|
||
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers | ||
classifiers=[ | ||
|