Compare commits
2 Commits
c2543e1f88
...
master
Author | SHA1 | Date | |
---|---|---|---|
2a0c1e8c3f | |||
e2ba4f4dcc |
@ -12,7 +12,6 @@ test:smolensk15:
|
|||||||
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
|
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
|
||||||
- make build
|
- make build
|
||||||
- make tests
|
- make tests
|
||||||
- make html
|
|
||||||
|
|
||||||
test:bionic:
|
test:bionic:
|
||||||
image: bionic-dev
|
image: bionic-dev
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||||||
with open('README.rst', encoding='utf-8') as f:
|
with open('README.rst', encoding='utf-8') as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
with open('LICENSE', encouding='utf-8') as f:
|
with open('LICENSE', encoding='utf-8') as f:
|
||||||
license = f.read()
|
license = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Reference in New Issue
Block a user