1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-12-14 13:05:12 +01:00

Make a Debian package

This commit is contained in:
Alexandre Iooss
2020-09-14 15:16:09 +02:00
parent f9de4fb9e4
commit b4821361ce
8 changed files with 74 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='ghostream',
version='1.0',
version='0.1.0',
packages=find_packages(),
include_package_data=True,
install_requires=[