From c88294561bdd20c69a308ce64f58188494b0b2de Mon Sep 17 00:00:00 2001 From: alessandro Date: Thu, 13 Jan 2022 11:51:10 +0100 Subject: [PATCH] corrected requirements updated setup.cfg for first release --- .gitignore | 3 ++- setup.cfg | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a7bc595..5aa09ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ test .git .idea -dist \ No newline at end of file +dist +src/liquidcrystal_i2c_linux.egg-info diff --git a/setup.cfg b/setup.cfg index a4a3a1e..fdd5687 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = liquidcrystal_i2c-linux -version = 0.0.1 +version = 1.0.0 author = Alessandro Campolo author_email = campoloalex@gmail.com description = Python port of the LiquidCrystal_I2C C++ library for Hitachi HD44780 @@ -20,8 +20,6 @@ package_dir = packages = find: install_requires = smbus - re - time [options.packages.find] -where = src \ No newline at end of file +where = src