parent
2a92a330c7
commit
ef0108ecd0
3 changed files with 16 additions and 2 deletions
@ -0,0 +1,3 @@ |
||||
[build-system] |
||||
requires = ["setuptools >= 40.9.0"] |
||||
build-backend = "setuptools.build_meta" |
@ -0,0 +1,10 @@ |
||||
[metadata] |
||||
name = weegee |
||||
version = 0.1.0 |
||||
|
||||
[options] |
||||
packages = weegee |
||||
|
||||
[options.entry_points] |
||||
console_scripts = |
||||
weegee = weegee.__main__:main |
Loading…
Reference in new issue