Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascz37 committed Jul 4, 2021
1 parent 652e326 commit 314de0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="DuckMapper",
version="1.0.0",
author="Lucas A. Andrade",
author_email="[email protected]",
packages=["DuckMapper"],
description="A tiny library to help you to convert classes to DTO and vice versa.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/lucascz37/DuckMapper",
license="MIT",
keywords="DTO conversor mapper classMapper DuckMapper",
Expand Down

0 comments on commit 314de0f

Please sign in to comment.