Bump
This commit is contained in:
11
dev-util/deb-changectl/files/setup.py
Normal file
11
dev-util/deb-changectl/files/setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='deb_changectl',
|
||||
version='1.0.24',
|
||||
url='https://github.com/seanodea/deb-changectl',
|
||||
description='Description of my package',
|
||||
packages=find_packages(include=['deb_changectl', 'deb_changectl.*']),
|
||||
scripts=['deb_changectl/deb-changectl'],
|
||||
# install_requires=['numpy >= 1.11.1', 'matplotlib >= 1.5.1'],
|
||||
)
|
||||
Reference in New Issue
Block a user