Compare commits
No commits in common. "9b4742334a2c0c6bc645890360db46a56258aa95" and "7fe3e8a4c2566da73a641739fec82f266687c45f" have entirely different histories.
9b4742334a
...
7fe3e8a4c2
|
@ -1,4 +1,4 @@
|
||||||
name: Gitea Actions For prodir
|
name: Gitea Actions For Tree-Structurer
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,3 @@ version = "1.0.0"
|
||||||
description = "A module for analyzing and creating directory structures"
|
description = "A module for analyzing and creating directory structures"
|
||||||
scripts = {prodir = "prodir.__main__:main"}
|
scripts = {prodir = "prodir.__main__:main"}
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
license = {text = "Creative Commons Attribution 4.0 International"}
|
|
||||||
|
|
||||||
authors = [
|
|
||||||
{ name="Falko Habel", email="falko.habel@fabelous.app" }
|
|
||||||
]
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ tree_structurer_module = Extension(
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='prodir',
|
name='prodir',
|
||||||
version='1.0.0',
|
version='0.1.0',
|
||||||
description='A module for analyzing directory structures',
|
description='A module for analyzing directory structures',
|
||||||
ext_modules=[tree_structurer_module],
|
ext_modules=[tree_structurer_module],
|
||||||
packages=find_packages(where="src"),
|
packages=find_packages(where="src"),
|
||||||
|
|
Loading…
Reference in New Issue