Skip to content

Commit d184adf

Browse files
author
Kiran
committed
Beta Release Setup Update
1 parent 5df73ce commit d184adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package_dir={'': 'src'},
1717
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
1818
# metadata for upload to PyPI
19-
author="Kiran, Vysakh",
19+
author="Kiran AK",
2020
author_email="[email protected]",
2121
description='Bit boolean flag wrapper, allows you to store flags inside a single number.',
2222
long_description="""
@@ -29,7 +29,7 @@
2929
url='https://github.com/redocnib/BitBooleanFlags',
3030
platforms='Cross platform',
3131
classifiers=[
32-
"Development Status :: 1 - Production/Stable",
32+
"Development Status :: 4 - Beta",
3333
"Intended Audience :: Developers",
3434
"Programming Language :: Python :: 2",
3535
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)