initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[metadata]
|
||||
name = django-stockfin-db
|
||||
version = 0.0.1
|
||||
author = Daniil & Maximilian F.
|
||||
author_email = mail@placeholder123.to
|
||||
description = maintain company fundamentals database
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://git.fajnberg.de/daniil/django-stockfin-db
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/daniil-berg/django-stockfin-db/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
keywords = django, database, sql, orm, stocks, finance
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.10
|
||||
install_requires =
|
||||
django
|
||||
|
||||
[options.extras_require]
|
||||
tests =
|
||||
coverage
|
||||
mw =
|
||||
mwfin
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Reference in New Issue
Block a user