File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ author = Andreas Schälicke, Pierre Schnizer
9
9
author_email = andreas.schaelicke@helmholtz-berlin.de
10
10
pierre.schnizer@helmholtz-berlin.de
11
11
description = EPICS archiver appliance access using google protobuf
12
+ long_description = file: README.rst
12
13
classifiers =
13
14
Development Status :: 4 - Beta
14
15
Intended Audience :: Science/Research
15
16
License :: OSI Approved :: GNU General Public License (GPL)
16
17
Programming Language :: Python :: 3
17
18
Topic :: Scientific/Engineering :: Physics
18
-
19
19
[build-system]
20
20
requires = setup_tools
21
21
Original file line number Diff line number Diff line change 7
7
import protocol_buffer
8
8
9
9
cmdclass = dict (build_proto_c = protocol_buffer .GenerateProtocolBuffer )
10
- setup (cmdclass = cmdclass )
10
+ setup (cmdclass = cmdclass ,
11
+ author = "Andreas Schälicke, Pierre Schnizer" ,
12
+ author_email = ("andreas.schälicke@helmholtz-berlin.de, "
13
+ "pierre.schnizer@helmholtz-berlin.de" )
14
+ )
You can’t perform that action at this time.
0 commit comments