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:
7
setup.py
7
setup.py
@ -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",
|
||||
|
Reference in New Issue
Block a user