Skip to content

Commit 6cdf33c

Browse files
committed
Add Rotki Solutions as author in setup.py
1 parent 8087a61 commit 6cdf33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pathlib
44

55
from pkg_resources import parse_requirements
6-
from setuptools import setup, find_packages
6+
from setuptools import find_packages, setup
77

88
# Repository root directory for use with reading files
99
directory = pathlib.Path(__file__).parent
@@ -17,8 +17,8 @@
1717

1818
setup(
1919
name='rotkehlchen',
20-
author='Lefteris Karapetsas',
21-
author_email='[email protected]',
20+
author='Rotki Solutions GmbH',
21+
author_email='[email protected]',
2222
description='Acccounting, asset management and tax report helper for cryptocurrencies',
2323
license='BSD-3',
2424
keywords='accounting tax-report portfolio asset-management cryptocurrencies',

0 commit comments

Comments
 (0)