Skip to content

Commit

Permalink
Prep Packaging on PyPi.
Browse files Browse the repository at this point in the history
This preps bitly/assetman for packaging on PyPi.

Co-authored-by: Jehiah Czebotar <[email protected]>
  • Loading branch information
jharshman and jehiah committed Feb 20, 2024
1 parent 8ed2979 commit 10100f8
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 96 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ docs/build/
.pytest_cache/

.venv/

dist/

*egg-info/
30 changes: 30 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "pyassetman"
description = "assetman assetmanager"
version = "0.3.0rc1"
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 :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"boto3>=1.10.0",
"tornado>=5.1.1",
]

[tool.setuptools]
packages = ["assetman", "assetman.parsers", "assetman.tornadoutils"]

3 changes: 0 additions & 3 deletions scripts/assetman_compile

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/invalidate_cloudfront_assets.py

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/watch_handlebars.js

This file was deleted.

20 changes: 0 additions & 20 deletions setup.py

This file was deleted.

0 comments on commit 10100f8

Please sign in to comment.