updated licensing
This commit is contained in:
parent
6f36de4a08
commit
3dc531b127
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,6 +3,7 @@ __pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyc
|
||||
*.swp
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
@ -25,12 +26,13 @@ share
|
||||
pyvenv.cfg
|
||||
templates
|
||||
*.egg-info
|
||||
man
|
||||
include
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.pytest_cache/
|
||||
.tox
|
||||
test.py
|
||||
|
||||
.DS_Store
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setup(
|
||||
name="voipms-python",
|
||||
version="0.0.1",
|
||||
version="0.0.2",
|
||||
description="Python wrapper for the voip.ms REST API",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Loading…
Reference in New Issue
Block a user