Skip to content

Commit 99a97ea

Browse files
committed
Publish egg
1 parent 2d826b6 commit 99a97ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install: pip install -r requirements.txt
33
script:
44
- pip install pytest
55
- pytest
6-
- python setup.py bdist_wheel
6+
- python setup.py sdist bdist_wheel
77

88
branches:
99
only:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description_content_type='text/markdown',
2121
url='https://github.com/adobe/hierarchical-yaml',
2222
author='Adobe',
23-
author_email='',
23+
author_email='[email protected]',
2424
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
2525
license='Apache2',
2626
classifiers=[

0 commit comments

Comments
 (0)