Skip to content

Commit a0695ef

Browse files
As uploaded as version 0.0.0
1 parent 2e632b3 commit a0695ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ author = Andreas Schälicke, Pierre Schnizer
99
author_email = andreas.schaelicke@helmholtz-berlin.de
1010
pierre.schnizer@helmholtz-berlin.de
1111
description = EPICS archiver appliance access using google protobuf
12+
long_description = file: README.rst
1213
classifiers =
1314
Development Status :: 4 - Beta
1415
Intended Audience :: Science/Research
1516
License :: OSI Approved :: GNU General Public License (GPL)
1617
Programming Language :: Python :: 3
1718
Topic :: Scientific/Engineering :: Physics
18-
1919
[build-system]
2020
requires = setup_tools
2121

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
import protocol_buffer
88

99
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+
)

0 commit comments

Comments
 (0)