mirror of
https://github.com/quantum5/purge-static.git
synced 2025-04-24 11:22:00 -04:00
Release v0.1.1
This commit is contained in:
parent
4092fd54b5
commit
47dc38f4ba
4
setup.py
4
setup.py
|
@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='purge-static',
|
name='purge-static',
|
||||||
version='0.1',
|
version='0.1.1',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
||||||
entry_points={
|
entry_points={
|
||||||
|
@ -42,6 +42,8 @@ setup(
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
|
'Programming Language :: Python :: 3.8',
|
||||||
|
'Programming Language :: Python :: 3.9',
|
||||||
'Topic :: Internet :: WWW/HTTP :: Site Management',
|
'Topic :: Internet :: WWW/HTTP :: Site Management',
|
||||||
'Topic :: System :: Systems Administration',
|
'Topic :: System :: Systems Administration',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
|
|
Loading…
Reference in a new issue