This commit is contained in:
2019-09-05 09:05:07 +02:00
parent 04ecb03a82
commit 17dc6fed86
6 changed files with 0 additions and 38 deletions

View File

@@ -1,19 +0,0 @@
Metadata-Version: 1.1
Name: markdown-timesheet
Version: 0.1.7
Summary: A quick way to add up time entries in a markdown document.
Home-page: https://github.com/zevaverbach/markdown_timesheet
Author: Zev Averbach
Author-email: zev@averba.ch
License: MIT license
Description: ...
Keywords: markdown timesheet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

View File

@@ -1,12 +0,0 @@
README.rst
setup.cfg
setup.py
app/__init__.py
app/add.py
app/cli.py
markdown_timesheet.egg-info/PKG-INFO
markdown_timesheet.egg-info/SOURCES.txt
markdown_timesheet.egg-info/dependency_links.txt
markdown_timesheet.egg-info/entry_points.txt
markdown_timesheet.egg-info/not-zip-safe
markdown_timesheet.egg-info/top_level.txt

View File

@@ -1,4 +0,0 @@
[console_scripts]
add=app.cli:cli

View File

@@ -1 +0,0 @@

View File

@@ -1 +0,0 @@
app