melpazoid/setup.py

13 lines
306 B
Python
Raw Normal View History

2020-03-01 16:59:01 -08:00
from setuptools import setup
setup(
name='melpazoid',
version='0.0',
description='For testing Emacs packages.',
author='D. Chris Rayner',
author_email='dchrisrayner@gmail.com',
packages=['melpazoid'],
license='GPL-3.0-or-later',
url='https://github.com/riscy/melpazoid',
2020-03-01 16:59:01 -08:00
)