Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Dec 21, 2021
1 parent c631bd7 commit 26e2315
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Empty file added orderedset/__init__.py
Empty file.
Empty file added orderedset/tests/__init__.py
Empty file.
Empty file added requirements.txt
Empty file.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup

setup(
name='proxyorderedset',
version='0.1',
packages=['orderedset'],
url='https://projects.cispa.saarland/c01dost/islearn',
license='GNU GPLv3',
author='Dominic Steinhoefel',
author_email='dominic.steinhoefel@cispa.de',
description='OrderedSet implementation as a proxy to dict',
install_requires=[],
)

0 comments on commit 26e2315

Please sign in to comment.