Skip to content

Commit 91df155

Browse files
committed
[no ci] Updated setup.py and version for new release
1 parent 166ae46 commit 91df155

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def parse_requirements(filename):
6565

6666
if __name__ == "__main__":
6767
setup(
68-
name="superconfig",
68+
name="Super-Config",
6969
description="Parse bank cheques",
7070
long_description="\n\n".join([readme, changes]),
7171
license="Apache Software License 2.0",
@@ -77,12 +77,11 @@ def parse_requirements(filename):
7777
maintainer_email="",
7878
install_requires=requirements,
7979
extras_require=get_extra_requires("extra-requirements.txt"),
80-
keywords=["superconfig"],
80+
keywords=["superconfig", "Super-Config", "Super_Config", "super_config"],
8181
package_dir={"": "src"},
8282
packages=find_packages("src"),
8383
zip_safe=False,
8484
classifiers=[
85-
"Development Status :: 3 - Alpha",
8685
"Intended Audience :: Developers",
8786
"Programming Language :: Python :: 3.8",
8887
"Programming Language :: Python :: 3.9",

src/superconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from superconfig.utilities.dtypes import *
44

5-
__version__ = "0.0.2"
5+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)