Skip to content

Commit fe4efa5

Browse files
committed
Dev chores
* Remove sudo: from .travis.yml * Bump copyright year * Include LICENSE in wheel
1 parent fc93736 commit fe4efa5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: python
2-
sudo: false
32
cache:
43
pip: true
54
directories:
@@ -52,8 +51,8 @@ jobs:
5251
- { python: '3.6', env: TOXENV=py36-django20 }
5352
- { python: '3.6', env: TOXENV=py36-django111 }
5453
- { python: '3.6', env: TOXENV=py36-django20 }
55-
- { python: '3.7', env: TOXENV=py37-django20, dist: xenial, sudo: true }
56-
- { python: '3.7', env: TOXENV=py37-django111, dist: xenial, sudo: true }
54+
- { python: '3.7', env: TOXENV=py37-django20, dist: xenial }
55+
- { python: '3.7', env: TOXENV=py37-django111, dist: xenial }
5756

5857
- stage: PyPI Release
5958
if: tag IS present

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Center for Open Science
3+
Copyright (c) 2019 Center for Open Science
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[metadata]
2+
license_file = LICENSE
3+
14
[bdist_wheel]
25
universal=1
36

0 commit comments

Comments
 (0)