File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040Changelog
4141---------
4242
43+ Version 0.0.2:
44+ ```
45+ Status & KV Module.
46+ ```
47+
4348Version 0.0.1:
4449```
4550Initial Release.
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "pymako" ,
8- version = "0.0.1 " ,
8+ version = "0.0.2 " ,
99 author = "clivern" ,
1010 author_email = "hello@clivern.com" ,
11- description = "A Service Discovery and Dynamic Load Balancing Package for Python." ,
11+ description = "A Consul Client for Python." ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/clivern/pymako" ,
1515 packages = setuptools .find_packages (exclude = ['tests' , 'tests.*' ]),
16- install_requires = ["requests" , "pytz" ],
16+ install_requires = ["requests" ],
1717 classifiers = [
1818 "Development Status :: 5 - Production/Stable" ,
1919 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments