mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
bump version to 0.4
This commit is contained in:
parent
2e6749021f
commit
986773c814
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = '0.4dev'
|
__version__ = '0.4'
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -9,7 +9,7 @@ setup(
|
||||||
version = nvchecker.__version__,
|
version = nvchecker.__version__,
|
||||||
packages = find_packages(exclude=["tests"]),
|
packages = find_packages(exclude=["tests"]),
|
||||||
install_requires = ['tornado>=4.1', 'setuptools'],
|
install_requires = ['tornado>=4.1', 'setuptools'],
|
||||||
tests_require=[
|
tests_require = [
|
||||||
'pytest',
|
'pytest',
|
||||||
'flaky',
|
'flaky',
|
||||||
],
|
],
|
||||||
|
@ -20,7 +20,7 @@ setup(
|
||||||
'nvcmp = nvchecker.tools:cmp',
|
'nvcmp = nvchecker.tools:cmp',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
package_data={'nvchecker': ['source/vcs.sh']},
|
package_data = {'nvchecker': ['source/vcs.sh']},
|
||||||
|
|
||||||
author = 'lilydjwg',
|
author = 'lilydjwg',
|
||||||
author_email = 'lilydjwg@gmail.com',
|
author_email = 'lilydjwg@gmail.com',
|
||||||
|
|
Loading…
Add table
Reference in a new issue