Skip to content

Commit

Permalink
As uploaded as version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Nov 27, 2020
1 parent 2e632b3 commit a0695ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ author = Andreas Schälicke, Pierre Schnizer
author_email = [email protected]
[email protected]
description = EPICS archiver appliance access using google protobuf
long_description = file: README.rst
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License (GPL)
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Physics

[build-system]
requires = setup_tools

Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
import protocol_buffer

cmdclass = dict(build_proto_c=protocol_buffer.GenerateProtocolBuffer)
setup(cmdclass=cmdclass)
setup(cmdclass=cmdclass,
author = "Andreas Schälicke, Pierre Schnizer",
author_email = ("andreas.schä[email protected], "
"[email protected]")
)

0 comments on commit a0695ef

Please sign in to comment.