Skip to content

Commit 44ee82e

Browse files
authored
Merge pull request #124 from openxc/setupfix
Setupfix
2 parents 1720a53 + 3cd5662 commit 44ee82e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ after_success:
1414
- coveralls
1515
deploy:
1616
provider: pypi
17-
server: https://pypi.org/legacy/
1817
user: "__token__"
1918
password: $PYPI_PASSWORD
2019
on:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
url='http://github.com/openxc/openxc-python',
3333
packages=find_packages(exclude=["tests", "tests.*"]),
34-
package_data={'openxc': ['generator/signals.cpp*'], 'openxc': ['tools/templates/dashboard.html*']},
34+
package_data={'openxc': ['generator/signals.cpp*', 'tools/templates/dashboard.html*']},
3535
test_suite='nose.collector',
3636
tests_require=['nose'],
3737
install_requires=install_reqs,

0 commit comments

Comments
 (0)