Skip to content

Commit

Permalink
update license year and setup.py python version
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 7, 2024
1 parent a084729 commit 7574957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 SharpBit
Copyright (c) 2018-2024 SharpBit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
keywords=['brawl stars, brawlstats, supercell'],
packages=find_packages(),
install_requires=requirements,
python_requires='>=3.5.3',
python_requires='>=3.9.0',
project_urls={
'Source Code': 'https://github.com/SharpBit/brawlstats',
'Issue Tracker': 'https://github.com/SharpBit/brawlstats/issues',
'Documentation': 'https://brawlstats.readthedocs.io/',
'Documentation': 'https://brawlstats.readthedocs.io/en/stable',
},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Games/Entertainment :: Real Time Strategy',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Natural Language :: English'
]
)

0 comments on commit 7574957

Please sign in to comment.