mirror of
https://github.com/daknuett/licor
synced 2024-07-20 12:15:24 +00:00
fixed manifest
This commit is contained in:
parent
99cef366e4
commit
edc55b40f8
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
python3 setup.py clean
|
python3 setup.py clean
|
||||||
|
-rm dist/*
|
||||||
sdist: clean
|
sdist: clean
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -2,11 +2,12 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "licor",
|
name = "licor",
|
||||||
version = "0.0.2",
|
version = "0.0.4",
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
package_data = {"licor": ["templates/*", "templates/*/*"]},
|
package_data = {"licor": ["templates/*", "templates/*/*"]},
|
||||||
author = "Daniel Knüttel",
|
author = "Daniel Knüttel",
|
||||||
author_email = "daniel.knuettel@daknuett.eu",
|
author_email = "daniel.knuettel@daknuett.eu",
|
||||||
|
url = "https://github.com/daknuett/licor",
|
||||||
install_requires = ["docopt"],
|
install_requires = ["docopt"],
|
||||||
description = "A script to add license disclaimers",
|
description = "A script to add license disclaimers",
|
||||||
long_description = open("README.rst").read(),
|
long_description = open("README.rst").read(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user