Compare commits
2 Commits
e8a11ecd95
...
847c79fcfb
Author | SHA1 | Date | |
---|---|---|---|
847c79fcfb | |||
d368097a8d |
4
setup.py
4
setup.py
@ -8,13 +8,13 @@ with open('LICENSE.md') as f:
|
|||||||
|
|
||||||
st.setup(
|
st.setup(
|
||||||
name="ftracker",
|
name="ftracker",
|
||||||
version="0.1.0",
|
version="1.0.0",
|
||||||
author="Oskar @ FaSTTUBe",
|
author="Oskar @ FaSTTUBe",
|
||||||
author_email="o.winkels@fasttube.de",
|
author_email="o.winkels@fasttube.de",
|
||||||
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
|
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://git.fasttube.de/FaSTTUBe/ft-corona-tracker",
|
url="https://git.fasttube.de/FaSTTUBe/ftracker",
|
||||||
packages=st.find_packages(exclude=['tests', 'docs']),
|
packages=st.find_packages(exclude=['tests', 'docs']),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"flask",
|
"flask",
|
||||||
|
@ -58,6 +58,9 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
transform: translateY(-3px);
|
transform: translateY(-3px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user