Skip to content

Commit

Permalink
Add new setup.cfg and adapt emails
Browse files Browse the repository at this point in the history
  • Loading branch information
bykof committed Jan 10, 2023
1 parent af036c3 commit a6365ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ A full featured Python library for http://www.billomat.com/

If you have problems or don't understand something you can email me:

mbykovski@seibert-media.net
bykof@me.com


API Doc
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
@@ -0,0 +1,3 @@
[metadata]
description-file=README.md
license_files=LICENSE
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,12 +2,12 @@

setup(
name='billomapy',
version='2.5.1',
version='2.5.2',
install_requires=['requests==2.7.0', 'tornado==4.2'],
packages=['billomapy'],
url='https://github.com/bykof/billomapy',
license='Apache License 2.0',
author='Michael Bykovski',
author_email='mbykovski@seibert-media.net',
author_email='bykof@me.com',
description='A Python library for http://www.billomat.com/'
)

0 comments on commit a6365ba

Please sign in to comment.