mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 04:44:12 -04:00
it's been stable, call it 1.0
This commit is contained in:
parent
903d2f3107
commit
f254e2eec1
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -3,7 +3,7 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
import glob
|
import glob
|
||||||
|
|
||||||
VERSION_BYTES = b'0.2'
|
VERSION_BYTES = b'1.0'
|
||||||
|
|
||||||
def full_version_bytes():
|
def full_version_bytes():
|
||||||
import subprocess, time
|
import subprocess, time
|
||||||
|
@ -36,7 +36,7 @@ setuptools.setup(name='umbra',
|
||||||
scripts=glob.glob('bin/*'),
|
scripts=glob.glob('bin/*'),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha Development Status',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue