Skip to content

Commit

Permalink
change some setup stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Apr 17, 2020
1 parent 4d4839b commit 8d85536
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 @@ -25,7 +25,7 @@
keywords=['brawl stars, brawlstats, supercell'],
packages=find_packages(),
install_requires=requirements,
python_requires='>=3.5',
python_requires='>=3.5.3',
project_urls={
'Source Code': 'https://github.com/SharpBit/brawlstats',
'Issue Tracker': 'https://github.com/SharpBit/brawlstats/issues',
Expand All @@ -39,7 +39,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: 3.8',
'Natural Language :: English'
]
)

0 comments on commit 8d85536

Please sign in to comment.