Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
exposure-lib
Commits
71ef0aa0
Commit
71ef0aa0
authored
Mar 19, 2021
by
Danijel Schorlemmer
Browse files
Fixed setup.py
parent
e9a48f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
71ef0aa0
...
...
@@ -10,12 +10,10 @@ setup(
version
=
"0.1"
,
description
=
"Library for exposure data"
,
license
=
"AGPLv3+"
,
install_requires
=
[
"sqlite3"
],
extras_require
=
{
"tests"
:
tests_require
,
"linters"
:
linters_require
,
},
packages
=
find_packages
(),
},
python_requires
=
">=3.6"
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment