Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep Packaging on PyPi.
Browse files Browse the repository at this point in the history
This preps bitly/assetman for packaging on PyPi.
jharshman committed Feb 8, 2024
1 parent 8ed2979 commit e97429a
Showing 2 changed files with 53 additions and 20 deletions.
53 changes: 53 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "assetman"
description = "assetman assetmanager"
version = "0.3.0rc"
authors = [
{ name="Will McCutchen", email="[email protected]" },
]
maintainers = [
{ name="Jehiah Czebotar", email="[email protected]"},
{ name="Josh Harshman", email="[email protected]"}
]
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
packages = [
"assetman",
"assetman/parsers",
"assetman/tornadoutils",
]
dependencies = [
"aadict==0.2.3",
"asgiref==3.7.2",
"asset==0.6.13",
"boto3==1.34.15",
"botocore==1.34.15",
"exceptiongroup==1.2.0",
"globre==0.1.5",
"iniconfig==2.0.0",
"jmespath==1.0.1",
"packaging==23.2",
"pluggy==1.3.0",
"pytest==7.4.4",
"python-dateutil==2.8.2",
"s3transfer==0.10.0",
"six==1.16.0",
"sqlparse==0.4.4",
"tomli==2.0.1",
"tornado==6.3.3",
"typing-extensions==4.9.0",
"urllib3==1.26.18",
]

[project.scripts]
assetman_compile = "assetman:assetman_compile"

20 changes: 0 additions & 20 deletions setup.py

This file was deleted.

0 comments on commit e97429a

Please sign in to comment.