Skip to content

Commit

Permalink
Merge pull request #273 from romeokienzler/main
Browse files Browse the repository at this point in the history
add minor fixes
  • Loading branch information
romeokienzler authored Jun 12, 2024
2 parents b6c60c3 + 2196323 commit 3e8cdf7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import setup

setup(name='claimed-component-library',
version='0.1',
description='CLAIMED component library',
url='https://github.com/claimed-framework/component-library',
author='The CLAIMED authors',
author_email='[email protected]',
license='Apache2',
packages=['component-library'],
zip_safe=False)

0 comments on commit 3e8cdf7

Please sign in to comment.