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