Skip to content

Commit

Permalink
anyfig 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofHarrysson committed Mar 13, 2020
1 parent be92ee2 commit 3875170
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
anyfig/__init__.py
anyfig/anyfig_setup.py
anyfig/figutils.py
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name='anyfig',
packages=['anyfig'],
version='0.0.2',
version='0.0.3',
license='MIT',
description='Config parameters in Python code. Anything is possible ;)',
author='Olof Harrysson',
author_email='harrysson.olof@gmail.com',
url='https://github.com/OlofHarrysson/anyfig',
download_url='https://github.com/OlofHarrysson/anyfig/archive/0.0.2.tar.gz',
download_url='https://github.com/OlofHarrysson/anyfig/archive/0.0.3.tar.gz',
keywords=['config', 'command line parsing', 'python classes', 'dynamic'],
install_requires=['fire'],
classifiers=[
Expand All @@ -20,4 +20,4 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
)

0 comments on commit 3875170

Please sign in to comment.