/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Colin Watson
  • Date: 2019-10-01 12:31:50 UTC
  • Revision ID: cjwatson@canonical.com-20191001123150-ai5585uvhydnk1vo
Add setup metadata for long description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import loggerhead
24
24
 
25
25
 
 
26
with open("README.rst") as readme:
 
27
    long_description = readme.read()
 
28
 
 
29
 
26
30
setup(
27
31
    name = "loggerhead",
28
32
    version = loggerhead.__version__,
29
33
    description = "Loggerhead is a web viewer for projects in bazaar",
 
34
    long_description=long_description,
 
35
    long_description_content_type="text/x-rst",
30
36
    license = "GNU GPL v2 or later",
31
37
    maintainer = "Michael Hudson",
32
38
    maintainer_email = "michael.hudson@canonical.com",