Browse Source

fix typo in package name, fix wrong license

master
Edoardo Putti 7 years ago
parent
commit
eefd33c790
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup.py

+ 2
- 2
setup.py View File

@ -3,12 +3,12 @@
from setuptools import setup
setup(
name='camanager',
name='ca_manager',
version='0.1',
description='shell interface for certification authority management',
author='LILiK',
url='https://github.com/LILiK-117bis/ca_manager',
license='MIT',
license='GPL3',
packages=['ca_manager'],
install_requires=[
'peewee',


Loading…
Cancel
Save