Skip to content

Commit

Permalink
DOC #202
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 15, 2021
1 parent 3cadd1b commit d666c94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
import versioneer


description = (
"Controls for using diffractometers within the"
" Bluesky Framework: https://blueskyproject.io"
)

setup(
name="hklpy",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="Controls for using diffractometers within the Bluesky Framework: https://blueskyproject.io",
description=description,
long_description=description,
maintainer="prjemian",
maintainer_email="[email protected]",
url="https://github.com/bluesky/hklpy",
Expand Down

0 comments on commit d666c94

Please sign in to comment.