diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-27 12:08:26 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-04-27 12:08:26 +0200 |
commit | c50d1505d307bf6711d12001d173ae14d91548ab (patch) | |
tree | a1591a5f7791462213fa63b74c9e2e802bf7e961 /src/hydrilla.egg-info/entry_points.txt | |
parent | bbb9e6fbbec3f6f83b72baf9d337b93aa5f0cb21 (diff) | |
parent | ae96024993f111bcb1e48824f5f63be63ef38b1f (diff) | |
download | haketilo-hydrilla-c50d1505d307bf6711d12001d173ae14d91548ab.tar.gz haketilo-hydrilla-c50d1505d307bf6711d12001d173ae14d91548ab.zip |
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0'
with Debian dir f4a8cf6c148c483e4efd4e885ebc690eea98b8c1
Diffstat (limited to 'src/hydrilla.egg-info/entry_points.txt')
-rw-r--r-- | src/hydrilla.egg-info/entry_points.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hydrilla.egg-info/entry_points.txt b/src/hydrilla.egg-info/entry_points.txt new file mode 100644 index 0000000..88610fe --- /dev/null +++ b/src/hydrilla.egg-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +hydrilla = hydrilla.server:start + |