dmddl 0.2.7__tar.gz → 0.2.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dmddl"
3
- version = "0.2.7"
3
+ version = "0.2.8"
4
4
  description = "cli tool for creating insert script from ddl script"
5
5
  authors = [
6
6
  {name = "HoJLter",email = "hojlter.work@gmail.com"}
@@ -4,7 +4,7 @@ import dotenv
4
4
  def get_dotenv_path():
5
5
  env_path = dotenv.find_dotenv()
6
6
  if not env_path:
7
- with open("config/.env", "w"):
7
+ with open("dmddl/config/.env", "w"):
8
8
  pass
9
9
  env_path = dotenv.find_dotenv()
10
10
  return env_path
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes