M LICENSE +2 -1
@@ 1,4 1,5 @@
-Copyright (c) 2013 Shaun Duncan
+Copyright (c) 2019-2023 Chaiwat Suttipongsakul <cwt[at]bashell[dot]com>
+Copyright (c) 2013-2016 Shaun Duncan <shaun[dot]duncan[at]gmail[dot]com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
M README.md +8 -2
@@ 71,5 71,11 @@ TODOs
Contribution and License
------------------------
-Developed by Shaun Duncan <shaun.duncan@gmail.com> and is licensed under the
-terms of a MIT license. Contributions are welcomed and appreciated.
+This project was originally developed by Shaun Duncan <shaun[dot]duncan[at]gmail[dot]com>
+and is now maintained by Chaiwat Suttipongsakul <cwt[at]bashell[dot]com>.
+It is licensed under the MIT license, which means you are free to use, modify,
+and distribute the code for your own purposes.
+
+Contributions to the project are highly encouraged and greatly appreciated.
+If you find a bug, have an enhancement in mind, or want to suggest a new feature,
+please feel free to contribute.
M setup.py +4 -4
@@ 1,6 1,6 @@
from setuptools import setup
-version = '0.0.3'
+version = '0.0.4'
setup(name="nosqlite",
version=version,
@@ 11,9 11,9 @@ setup(name="nosqlite",
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules'],
keywords='nosql sqlite nosqlite',
- author='Shaun Duncan',
- author_email='shaun.duncan@gmail.com',
- url='https://github.com/shaunduncan/nosqlite',
+ author='Chaiwat Suttipongsakul',
+ author_email='cwt@bashell.com',
+ url='https://hg.sr.ht/~cwt/nosqlite',
license='MIT',
py_modules=['nosqlite'],
include_package_data=True,