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
Maximilian Nöthe
LSTOSA
Commits
e1c213a9
Commit
e1c213a9
authored
Jan 29, 2020
by
Lab Saha
Browse files
Merge branch 'master' into 'master'
Setup.py See merge request contrera/lstosa!5
parents
d1575f75
46dfed17
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
e1c213a9
#!/usr/bin/env python
# Licensed under a 3-clause BSD style license - see LICENSE.rst
# import sys
from
setuptools
import
setup
,
find_packages
import
os
from
version
import
get_version
,
update_release_version
update_release_version
()
version
=
get_version
()
entry_points
=
{}
entry_points
[
'console_scripts'
]
=
sequencer
/
sequencer
.
py
setup
(
name
=
'lstchain'
,
version
=
version
,
description
=
"DESCRIPTION"
,
# these should be minimum list of what is needed to run
packages
=
find_packages
(),
tests_require
=
[
'pytest'
,
'pytest-ordering'
],
author
=
'LST OSA '
,
author_email
=
''
,
license
=
''
,
url
=
''
,
long_description
=
''
,
classifiers
=
[],
entry_points
=
entry_points
)
©
2020
GitHub
,
Inc
.
\ No newline at end of file
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