mirror of
https://github.com/mlesniew/elicznik.git
synced 2025-12-24 06:18:07 +01:00
Update Python classifiers
This commit is contained in:
12
setup.py
12
setup.py
@@ -7,7 +7,7 @@ long_description = (here / 'README.md').read_text(encoding='utf-8')
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='elicznik',
|
name='elicznik',
|
||||||
version='1.4.2',
|
version='1.4.3',
|
||||||
description='Tauron eLicznik scrapper',
|
description='Tauron eLicznik scrapper',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
@@ -15,13 +15,15 @@ setup(
|
|||||||
author='Michał Leśniewski',
|
author='Michał Leśniewski',
|
||||||
author_email='mlesniew@gmail.com',
|
author_email='mlesniew@gmail.com',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
|
'Environment :: Console',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: End Users/Desktop',
|
|
||||||
'Topic :: Software Development :: Build Tools',
|
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Python :: 3',
|
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
|
'Topic :: Home Automation',
|
||||||
|
'Topic :: Internet',
|
||||||
|
'Topic :: Utilities',
|
||||||
],
|
],
|
||||||
keywords='elicznik, tauron, scrapper',
|
keywords='elicznik, tauron, scrapper',
|
||||||
package_dir={'': 'src'},
|
package_dir={'': 'src'},
|
||||||
|
|||||||
Reference in New Issue
Block a user