File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# DHCP Python Changelog
22
3+ ## 0.1.2 (Jan 29 2020)
4+
5+ * Minor fixes and changes
6+
37## 0.1.1 (Jan 25 2020)
48
59* Minor bug fixes
Original file line number Diff line number Diff line change 11include README.md
2+ include dhcppython/runtime_assets/options.csv
3+ include dhcppython/runtime_assets/oui.txt
Original file line number Diff line number Diff line change 11# DHCP Python
22
3- Version 0.1.1
3+ Version 0.1.2
44
55A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
66
Original file line number Diff line number Diff line change 1515EMAIL = ''
1616AUTHOR = 'Victor Frazao'
1717REQUIRES_PYTHON = '>=3.8.0'
18- VERSION = '0.1.1 '
18+ VERSION = '0.1.2 '
1919
2020# What packages are required for this module to be executed?
2121REQUIRED = []
@@ -89,7 +89,6 @@ def run(self):
8989 python_requires = REQUIRES_PYTHON ,
9090 url = URL ,
9191 packages = find_packages (exclude = ('tests' ,)),
92-
9392 install_requires = REQUIRED ,
9493 extras_require = EXTRAS ,
9594 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments