diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d2b7ba7 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[build-system] +requires = ["flit_core >=3.2,<4"] +build-backend = "flit_core.buildapi" + +[project] +name = "twitter_threader" +version = "1.5.0" +authors = [{name = "Iyanuoluwa Ajao", email = "me@iyanuashiri.com"}] +description = "Twitter Threader is a library to manage threads on Twitter. You can GET and POST threads on Twitter" +readme = "README.md" +license = {file = "LICENSE"} +classifiers = ["License :: OSI Approved :: MIT License"] + +[project.urls] +Home = "https://github.com/iyanuashiri/twitter-threader"