Skip to content

Commit e396893

Browse files
Andrew DircksAndrew Dircks
authored andcommitted
new package name for pypi
1 parent 8bd4473 commit e396893

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def read_files(files):
1818
exec(f.read(), meta)
1919

2020
setup(
21-
name="python-dotenv",
22-
description="Read key-value pairs from a .env file and set them as environment variables",
21+
name="python-dotenv-yaml",
22+
description="Read key-value pairs from a .env file and set them as environment variables -> with support for yaml syntax",
2323
long_description=long_description,
2424
long_description_content_type='text/markdown',
2525
version=meta['__version__'],

0 commit comments

Comments
 (0)