Skip to content

Commit

Permalink
Remove Polish letters from setup.py (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysproz authored Dec 9, 2020
1 parent 9898491 commit 9c0bd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools.command.install import install
from setuptools.command.test import test

__author__ = 'Paweł Zadrożny'
__author__ = 'Pawel Zadrozny'
__copyright__ = 'Copyright (c) 2018, Pawelzny'

with open('README.rst', 'r') as readme_file:
Expand Down Expand Up @@ -49,7 +49,7 @@ def run(self):
description="Dictionary wrapper for quick access to deeply nested keys.",
long_description=readme,
license="MIT license",
author="Paweł Zadrożny @pawelzny",
author="Pawel Zadrozny @pawelzny",
author_email='[email protected]',
url='https://github.com/pawelzny/dotty_dict',
packages=find_packages(exclude=('tests', 'docs', 'bin', 'example')),
Expand Down

0 comments on commit 9c0bd73

Please sign in to comment.