Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4242 committed Apr 24, 2018
1 parent d18fa3a commit 56cc864
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
import os
from setuptools import setup

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()

setup(
name = 'csv2vcard',
packages = ['csv2vcard'],
version = '0.2.1',
version = '0.2.2',
description = 'A library for converting csvs to vCards',
long_description = README,
long_description_content_type='text/markdown',
author = 'Nikolay Dimolarov',
author_email = '[email protected]',
url = 'https://github.com/tech4242/csv2vcard',
download_url = 'https://github.com/tech4242/csv2vcard/archive/0.2.1.tar.gz',
download_url = 'https://github.com/tech4242/csv2vcard/archive/0.2.2.tar.gz',
keywords = ['csv', 'vcard', 'export'],
python_requires = '>=3.6',
classifiers = [
Expand Down

0 comments on commit 56cc864

Please sign in to comment.