1
0
mirror of https://github.com/oskar456/dzonegit.git synced 2024-05-11 05:55:41 +00:00

README update, first release to PyPi

This commit is contained in:
Ondřej Caletka
2018-07-18 17:02:42 +02:00
parent d61436ad72
commit 248b942c11
2 changed files with 35 additions and 11 deletions

View File

@ -1,10 +1,15 @@
from setuptools import setup
from pathlib import Path
readme = Path(__file__).with_name("README.rst").read_text()
setup(
name="dzonegit",
version="0.1",
description="Git hooks to admin DNS zone files in git",
description="Git hooks to manage a repository of DNS zones",
long_description=readme,
long_description_content_type="text/x-rst",
url="https://github.com/oskar456/dzonegit",
author="Ondřej Caletka",
author_email="ondrej@caletka.cz",
license="MIT",